From fbe2b482ff4cf19b25941a70bb72bb23a15c11d1 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Mon, 25 May 2020 14:29:03 +0200 Subject: Chars::Edit: Character creation + copying This removes the 'Add character' link from the main menu, need some data to see if it's used. --- lib/VNDB/Handler/Chars.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/VNDB') diff --git a/lib/VNDB/Handler/Chars.pm b/lib/VNDB/Handler/Chars.pm index 781a5507..55936775 100644 --- a/lib/VNDB/Handler/Chars.pm +++ b/lib/VNDB/Handler/Chars.pm @@ -126,7 +126,7 @@ sub edit { $self->htmlHeader(title => $title, noindex => 1); $self->htmlMainTabs('c', $r, $copy ? 'copy' : 'edit') if $r; $self->htmlEditMessage('c', $r, $title, $copy); - $self->htmlForm({ frm => $frm, action => $r ? "/c$id/".($copy ? 'copy' : 'edit') : '/c/new', editsum => 1, upload => 1 }, + $self->htmlForm({ frm => $frm, action => $r ? "/old/c$id/".($copy ? 'copy' : 'edit') : '/old/c/new', editsum => 1, upload => 1 }, chare_geninfo => [ 'General info', [ input => name => 'Name (romaji)', short => 'name' ], [ input => name => 'Original name', short => 'original' ], -- cgit v1.2.3