Changeset 4bc3ab9 for asadb/template/form_utils/better_form.html
- Timestamp:
- May 21, 2011, 3:00:09 AM (15 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- 6a9169b
- Parents:
- 451b708
- git-author:
- Alex Dehnert <adehnert@…> (05/21/11 03:00:09)
- git-committer:
- Alex Dehnert <adehnert@…> (05/21/11 03:00:09)
- File:
-
- 1 edited
-
asadb/template/form_utils/better_form.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/form_utils/better_form.html
r451b708 r4bc3ab9 7 7 <legend>{{ fieldset.legend }}</legend> 8 8 {% endif %} 9 < ul>9 <table class='pretty-table'> 10 10 {% with fieldset as fields %} 11 {% include "form_utils/fields_as_ lis.html" %}11 {% include "form_utils/fields_as_trs.html" %} 12 12 {% endwith %} 13 </ ul>13 </table> 14 14 </fieldset> 15 15 {% endfor %}
Note: See TracChangeset
for help on using the changeset viewer.