Ignore:
Timestamp:
Nov 14, 2011, 3:18:33 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
ab453af
Parents:
99587d8
git-author:
Alex Dehnert <adehnert@…> (11/14/11 15:18:33)
git-committer:
Alex Dehnert <adehnert@…> (11/14/11 15:18:33)
Message:

Save submitter of a group startup form

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/views.py

    r99587d8 rac93a0c  
    420420            group_startup.group = group
    421421            group_startup.stage = groups.models.GROUP_STARTUP_STAGE_SUBMITTED
     422            group_startup.submitter = request.user.username
    422423
    423424            group_startup.create_officer_list = form.cleaned_data['create_officer_list']
Note: See TracChangeset for help on using the changeset viewer.