Changeset 6b2e369


Ignore:
Timestamp:
Jan 23, 2012, 5:43:48 PM (14 years ago)
Author:
ASA Group Database <asa-db@…>
Branches:
master, space-access, stable, stage
Children:
8cc4d6d
Parents:
6c0251f
git-author:
Alex Dehnert <adehnert@…> (01/23/12 17:43:48)
git-committer:
ASA Group Database <asa-db@…> (01/23/12 17:43:48)
Message:

Fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/views.py

    rf7fcacc r6b2e369  
    113113        for field in self.force_required:
    114114            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://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.)")
     115        self.fields['constitution_url'].help_text = mark_safe("Please put your current constitution 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.)")
    116116
    117117    exec_only_fields = [
Note: See TracChangeset for help on using the changeset viewer.