Revision 9e894885
Von Sven Schöling vor fast 3 Jahren hinzugefügt
templates/webpages/ca/list.html | ||
---|---|---|
4 | 4 |
[% USE LxERP %] |
5 | 5 |
<h1>[% title | html %]</h1> |
6 | 6 |
|
7 |
<form method=post action="[% script %]"> |
|
7 |
<form method=post action="[% script | html %]">
|
|
8 | 8 |
|
9 | 9 |
[% L.hidden_tag('accno', accno) %] |
10 | 10 |
[% L.hidden_tag('description', description) %] |
Auch abrufbar als: Unified diff
ca: escape script in form