Changeset ffecc7f


Ignore:
Timestamp:
Apr 5, 2012, 12:25:03 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
0ac15a1
Parents:
eac10f7
git-author:
Alex Dehnert <adehnert@…> (04/05/12 00:25:03)
git-committer:
Alex Dehnert <adehnert@…> (04/05/12 00:25:03)
Message:

Make a line of code slightly clearer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/views.py

    r0c8c40d rffecc7f  
    448448            group.set_updater(request.user)
    449449            form.save()
    450             officer_emails = create_group_officers(group, form.cleaned_data, )
     450            officer_emails = create_group_officers(group, form.cleaned_data, save=True, )
    451451
    452452            return redirect(reverse('groups:group-detail', args=[group.pk]))
Note: See TracChangeset for help on using the changeset viewer.