File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ <!-- dollarId: issue.index,v 1.2 2001/07/29 04:07:37 richard Exp dollar-->
2+
13< tal:block metal:use-macro ="templates/page/macros/icing ">
24< title metal:fill-slot ="head_title " i18n:translate =""
35 > < span tal:replace ="python:context._classname.capitalize() "
3739
3840< p class ="form-help ">
3941 Remove entries by deleting their line. Add new entries by appending
40- them to the table - put an X in the id column.
42+ them to the table - put an X in the id column. If you wish to restore a
43+ removed item and you know its id then just put that id in the id column.
4144</ p >
4245</ tal:block >
4346< form onSubmit ="return submit_once() " method ="POST "
4447 tal:attributes ="action context/designator ">
4548< textarea rows ="15 " style ="width:90% " name ="rows " tal:content ="context/csv "> </ textarea >
4649< br >
50+ < input name ="@csrf " type ="hidden "
51+ tal:attributes ="value python:utils.anti_csrf_nonce() ">
4752< input type ="hidden " name ="@action " value ="editCSV ">
4853< input type ="submit " value ="Edit Items " i18n:attributes ="value ">
4954</ form >
You can’t perform that action at this time.
0 commit comments