Changeset 3ce730f


Ignore:
Timestamp:
Apr 3, 2012, 7:16:44 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Clarify how to compute membership numbers

Location:
asadb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/views.py

    r010b19f r3ce730f  
    148148            ('size', {
    149149                '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.',
    150151                'fields': ['num_undergrads', 'num_grads', 'num_community', 'num_other',],
    151152            }),
  • asadb/template/form_utils/better_form.html

    r4bc3ab9 r3ce730f  
    66{% if fieldset.legend %}
    77<legend>{{ fieldset.legend }}</legend>
     8{% endif %}
     9{% if fieldset.description %}
     10<p>{{ fieldset.description }}</p>
    811{% endif %}
    912<table class='pretty-table'>
Note: See TracChangeset for help on using the changeset viewer.