Changeset 4752b74 for asadb/groups
- Timestamp:
- Mar 12, 2013, 2:40:50 PM (13 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 58fe19c
- Parents:
- 33a5a81
- git-author:
- Alex Dehnert <adehnert@…> (03/12/13 14:40:50)
- git-committer:
- Alex Dehnert <adehnert@…> (03/12/13 14:40:50)
- File:
-
- 1 edited
-
asadb/groups/views.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/views.py
r8d3b651 r4752b74 129 129 for field in self.force_required: 130 130 self.fields[field].required = True 131 self.fields['constitution_url'].help_text = mark_safe(" ""Please put your current constitution URL or AFS path.<br>If you don't currently know where your constitution is, put "http://mit.edu/asa/start/constitution-req.html" and draft a constitution soon.""")131 self.fields['constitution_url'].help_text = mark_safe("Please put your current constitution URL or AFS path.") 132 132 133 133 exec_only_fields = [
Note: See TracChangeset
for help on using the changeset viewer.