changeset 2340 | f835e39b4dbc |
parent 2330 | 068540d91bde |
child 2341 | f50455c4cdcb |
2339:e1ac4aacfb4f | 2340:f835e39b4dbc |
---|---|
32 |
32 |
33 {% if error_message %} |
33 {% if error_message %} |
34 <div class="error">{{ error_message|safe }}</div> |
34 <div class="error">{{ error_message|safe }}</div> |
35 {% endif %} |
35 {% endif %} |
36 |
36 |
37 <form method="POST"> |
37 <form id="EditForm" method="POST"> |
38 <table> |
38 <table> |
39 {% block form_table %} |
39 {% block form_table %} |
40 {% as_table form %} |
40 {% as_table form %} |
41 {% endblock %} |
41 {% endblock %} |
42 </table> |
42 </table> |