Changeset f8bd496


Ignore:
Timestamp:
Mar 14, 2012, 5:30:11 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Clearer label for the officers' email field?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/models.py

    r0270ed7 rf8bd496  
    3838    num_community = models.IntegerField(null=True, blank=True, )
    3939    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")
    4242    main_account_id = models.IntegerField(null=True, blank=True, )
    4343    funding_account_id = models.IntegerField(null=True, blank=True, )
Note: See TracChangeset for help on using the changeset viewer.