Changeset f7fcacc
- Timestamp:
- Jan 23, 2012, 4:37:31 PM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 6c0251f
- Parents:
- e0ac866
- git-author:
- Alex Dehnert <adehnert@…> (01/23/12 16:37:31)
- git-committer:
- Alex Dehnert <adehnert@…> (01/23/12 16:37:31)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/views.py
ra8cd440 rf7fcacc 113 113 for field in self.force_required: 114 114 self.fields[field].required = True 115 self.fields['constitution_url'].help_text = mark_safe("Please put your current constitutional URL, if you have one.<br>If your constitution is currently an AFS path, you can either use the corresponding web.mit.edu (e.g., http://web.mit.edu/locker/path/to/const.html) or stuff.mit.edu path, or just use http://asa.mit.edu/const/afs/your-afs-path.<br>If you don't currently know where your constitution is, put http:// asa.mit.edu/const/missing/.<br>(In either of the http://asa.mit.edu/const/cases, we'll get in touch with you later about putting something better in.)")115 self.fields['constitution_url'].help_text = mark_safe("Please put your current constitutional URL, if you have one.<br>If your constitution is currently an AFS path, you can either use the corresponding web.mit.edu (e.g., http://web.mit.edu/locker/path/to/const.html) or stuff.mit.edu path, or just use http://asa.mit.edu/const/afs/your-afs-path.<br>If you don't currently know where your constitution is, put http://mit.edu/asa/start/constitution-req.html.<br>(In either of these last two cases, we'll get in touch with you later about putting something better in.)") 116 116 117 117 exec_only_fields = [
Note: See TracChangeset
for help on using the changeset viewer.