changeset 2342 | c2aaf9a7b285 |
parent 2341 | f50455c4cdcb |
child 2343 | 5a4cfa148b7d |
2341:f50455c4cdcb | 2342:c2aaf9a7b285 |
---|---|
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 id="EditForm" method="POST"> |
37 <form 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> |