Skip to content

Commit

Permalink
If we hardcode the script name, it needs constants.rootdir prepended …
Browse files Browse the repository at this point in the history
…to it
  • Loading branch information
pudge committed Jan 21, 2003
1 parent 76cc4fc commit 55a0191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Admin/templates/editStory;admin;default
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ en_US
__name__
editStory
__template__
<FORM ACTION="/admin.pl" METHOD="POST" enctype="multipart/form-data">
<FORM ACTION="[% constants.rootdir %]/admin.pl" METHOD="POST" enctype="multipart/form-data">
[% IF form.subid %]
<INPUT TYPE="HIDDEN" NAME="subid" VALUE="[% form.subid | strip_attribute %]">
[% END %]
Expand Down

0 comments on commit 55a0191

Please sign in to comment.