Code

Add "action" attributes to forms.
[roundup.git] / templates / classic / html / _generic.index.html
index f21b5d2b700fc6ec0dda2d93e3b22db232c1f60b..abf8b162e6220123cd227ddb4c9686df896b1a8a 100644 (file)
@@ -31,7 +31,8 @@ You are not allowed to view this page.
  them to the table - put an X in the id column.
 </p>
 
-<form onSubmit="return submit_once()" method="POST">
+<form onSubmit="return submit_once()" method="POST"
+      tal:attributes="action context/designator">
 <textarea rows="15" cols="60" name="rows" tal:content="context/csv"></textarea>
 <br>
 <input type="hidden" name=":action" value="editCSV">