Ignore:
Timestamp:
Sep 28, 2012, 3:01:46 AM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Better labels for membership update numbers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/forms/models.py

    r549c9e9 r8eca9da  
    163163    num_grads = models.IntegerField()
    164164    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")
    167167
    168168    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.