Changeset 4bc3ab9


Ignore:
Timestamp:
May 21, 2011, 3:00:09 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Make BetterForm? templates fit in better with site

Location:
asadb/template/form_utils
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/form_utils/better_form.html

    r451b708 r4bc3ab9  
    77<legend>{{ fieldset.legend }}</legend>
    88{% endif %}
    9 <ul>
     9<table class='pretty-table'>
    1010{% with fieldset as fields %}
    11 {% include "form_utils/fields_as_lis.html" %}
     11{% include "form_utils/fields_as_trs.html" %}
    1212{% endwith %}
    13 </ul>
     13</table>
    1414</fieldset>
    1515{% endfor %}
Note: See TracChangeset for help on using the changeset viewer.