Changeset 242566d


Ignore:
Timestamp:
Jun 5, 2013, 5:51:08 AM (12 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, stable, stage
Children:
ecf87c8
Parents:
5d6b5f0
git-author:
Alex Dehnert <adehnert@…> (06/05/13 05:51:08)
git-committer:
Alex Dehnert <adehnert@…> (06/05/13 05:51:08)
Message:

Required a group email in the startup form

If we required it when updating the group, it seems silly not to also require
it when creating it in the first place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/views.py

    r5d6b5f0 r242566d  
    630630        self.fields['constitution_url'].required = True
    631631        self.fields['constitution_url'].help_text = "Please put a copy of your finalized constitution on a publicly-accessible website (e.g. your group's, or your own, Public folder), and link to it in the box above."
     632        self.fields['group_email'].required = True
    632633        self.fields['athena_locker'].required = True
    633634        self.fields['athena_locker'].help_text = "In general, this is limited to twelve characters. You should stick to letters, numbers, and hyphens. (Underscores and dots are also acceptable, but may cause problems in some situations.)"
Note: See TracChangeset for help on using the changeset viewer.