Ignore:
Timestamp:
Jun 5, 2013, 5:44:18 AM (12 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Default new groups to "suspended" (ASA-#241)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/views.py

    r8ccd88f rf38b6d0  
    849849            group_startup.save()
    850850
    851             group.group_status = groups.models.GroupStatus.objects.get(slug='active')
     851            group.group_status = groups.models.GroupStatus.objects.get(slug='suspended')
    852852            group.constitution_url = ""
    853853            group.recognition_date = datetime.datetime.now()
Note: See TracChangeset for help on using the changeset viewer.