Changeset f38b6d0 for asadb/groups/views.py
- Timestamp:
- Jun 5, 2013, 5:44:18 AM (12 years ago)
- Branches:
- master, stable, stage
- Children:
- 5d6b5f0
- Parents:
- 9469a73
- git-author:
- Alex Dehnert <adehnert@…> (06/05/13 05:44:18)
- git-committer:
- Alex Dehnert <adehnert@…> (06/05/13 05:44:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/views.py
r8ccd88f rf38b6d0 849 849 group_startup.save() 850 850 851 group.group_status = groups.models.GroupStatus.objects.get(slug=' active')851 group.group_status = groups.models.GroupStatus.objects.get(slug='suspended') 852 852 group.constitution_url = "" 853 853 group.recognition_date = datetime.datetime.now()
Note: See TracChangeset
for help on using the changeset viewer.