Ignore:
Timestamp:
Nov 29, 2013, 2:21:30 AM (12 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, stable, stage
Children:
21ab6b3
Parents:
429e162
git-author:
Alex Dehnert <adehnert@…> (11/29/13 02:21:30)
git-committer:
Alex Dehnert <adehnert@…> (11/29/13 02:21:30)
Message:

Remove the membership list

I think the definition and numbers are plenty of information for us.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/forms/models.py

    re0ed952 re4a35ff  
    168168    num_other = models.IntegerField(verbose_name="Num non-MIT")
    169169
    170     membership_list = models.TextField(help_text="Member emails on separate lines (Athena usernames where applicable)")
     170    membership_list = models.TextField(blank=True, help_text="Member emails on separate lines (Athena usernames where applicable)")
    171171
    172172    email_preface = models.TextField(blank=True, help_text="If you would like, you may add text here that will preface the text of the policies when it is sent out to the group membership list provided above.")
Note: See TracChangeset for help on using the changeset viewer.