Changeset 3ce730f
- Timestamp:
- Apr 3, 2012, 7:16:44 PM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 0c8c40d
- Parents:
- a70a633
- git-author:
- Alex Dehnert <adehnert@…> (04/03/12 19:16:44)
- git-committer:
- Alex Dehnert <adehnert@…> (04/03/12 19:16:44)
- Location:
- asadb
- Files:
-
- 2 edited
-
groups/views.py (modified) (1 diff)
-
template/form_utils/better_form.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/views.py
r010b19f r3ce730f 148 148 ('size', { 149 149 'legend':'Membership Numbers', 150 'description':'Count each person in your group exactly once. Count only MIT students as "undergrads" or "grads". "Community" should be MIT community members who are not students, such as alums and staff.', 150 151 'fields': ['num_undergrads', 'num_grads', 'num_community', 'num_other',], 151 152 }), -
asadb/template/form_utils/better_form.html
r4bc3ab9 r3ce730f 6 6 {% if fieldset.legend %} 7 7 <legend>{{ fieldset.legend }}</legend> 8 {% endif %} 9 {% if fieldset.description %} 10 <p>{{ fieldset.description }}</p> 8 11 {% endif %} 9 12 <table class='pretty-table'>
Note: See TracChangeset
for help on using the changeset viewer.