Changeset bfa60e8 for asadb


Ignore:
Timestamp:
Jan 6, 2013, 12:19:30 AM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
86accce
Parents:
169ad5a
git-author:
Alex Dehnert <adehnert@…> (01/06/13 00:19:30)
git-committer:
Alex Dehnert <adehnert@…> (01/06/13 00:19:30)
Message:

constitutions: Name officer_email field "email"

Realistically, half the time /groups/constitutions/status.csv is used, it'll
probably be for a mail-merge. Since my mail-merge script expects an "email"
column, label the officer_email field "email" to make mail-merges slightly
easier.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/views.py

    r169ad5a rbfa60e8  
    10601060        'failure_date',
    10611061        'status_msg',
    1062         'name', 'id', 'group_status', 'officer_email',
     1062        'name', 'id', 'group_status', 'email',
    10631063        'constitution_url',
    10641064    ])
Note: See TracChangeset for help on using the changeset viewer.