Changeset ffecc7f
- Timestamp:
- Apr 5, 2012, 12:25:03 AM (14 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/views.py
r0c8c40d rffecc7f 448 448 group.set_updater(request.user) 449 449 form.save() 450 officer_emails = create_group_officers(group, form.cleaned_data, )450 officer_emails = create_group_officers(group, form.cleaned_data, save=True, ) 451 451 452 452 return redirect(reverse('groups:group-detail', args=[group.pk]))
Note: See TracChangeset
for help on using the changeset viewer.