Changeset 8eca9da for asadb/forms/models.py
- Timestamp:
- Sep 28, 2012, 3:01:46 AM (13 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 826a126, 465eb7a
- Parents:
- 43d4ccb
- git-author:
- Alex Dehnert <adehnert@…> (09/28/12 03:01:46)
- git-committer:
- Alex Dehnert <adehnert@…> (09/28/12 03:01:46)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/forms/models.py
r549c9e9 r8eca9da 163 163 num_grads = models.IntegerField() 164 164 num_alum = models.IntegerField() 165 num_other_affiliate = models.IntegerField( )166 num_other = models.IntegerField( )165 num_other_affiliate = models.IntegerField(verbose_name="Num other MIT affiliates") 166 num_other = models.IntegerField(verbose_name="Num non-MIT") 167 167 168 168 membership_list = models.TextField(help_text="Member emails on separate lines (Athena usernames where applicable)")
Note: See TracChangeset
for help on using the changeset viewer.