Changeset f8bd496
- Timestamp:
- Mar 14, 2012, 5:30:11 AM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- d48e273
- Parents:
- 65c0a28
- git-author:
- Alex Dehnert <adehnert@…> (03/14/12 05:30:11)
- git-committer:
- Alex Dehnert <adehnert@…> (03/14/12 05:30:11)
- File:
-
- 1 edited
-
asadb/groups/models.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/models.py
r0270ed7 rf8bd496 38 38 num_community = models.IntegerField(null=True, blank=True, ) 39 39 num_other = models.IntegerField(null=True, blank=True, ) 40 group_email = models.EmailField( blank=True, )41 officer_email = models.EmailField( )40 group_email = models.EmailField(verbose_name="group email list", blank=True, ) 41 officer_email = models.EmailField(verbose_name="officers' email list") 42 42 main_account_id = models.IntegerField(null=True, blank=True, ) 43 43 funding_account_id = models.IntegerField(null=True, blank=True, )
Note: See TracChangeset
for help on using the changeset viewer.