Changeset e4a35ff for asadb/forms/models.py
- Timestamp:
- Nov 29, 2013, 2:21:30 AM (12 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/forms/models.py
re0ed952 re4a35ff 168 168 num_other = models.IntegerField(verbose_name="Num non-MIT") 169 169 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)") 171 171 172 172 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.