Added a tool for deleting all imported mail in the Merjis wiki. (Just for testing...
[cocanwiki.git] / templates / edit.html
index 8aa5a14..6209ef5 100644 (file)
 
 <h1>::title_html:: [edit]</h1>
 
-<form method="post" action="edit">
+<form method="post" action="">
 <input type="hidden" name="id" value="::id::"/>
+<input type="hidden" name="pt_type" value="::pt_type::"/>
+<input type="hidden" name="pt_value" value="::pt_value_html_tag::"/>
 
 <p>
 Description:
@@ -29,7 +31,6 @@ Redirect to (if given, page contents are ignored):
 
 ::if(has_errors)::
 <div id="errors">
-<p><strong>Errors:</strong></p>
 <ul>
 ::table(errors)::<li>::error_html::</li>
 ::end::</ul>