- 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)
- Location:
- asadb
- Files:
-
- 2 edited
-
groups/views.py (modified) (1 diff)
-
template/groups/group_change_main.html (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 = [ -
asadb/template/groups/group_change_main.html
rcb9b105 r4752b74 9 9 {% include "groups/group_tools.part.html" %} 10 10 11 <p> We're using the transition from the old ASA Database to this new one as an opportunity to verify that old information is still accurate. Thus, we have intentionally limited the amount of information we copied from the old database. While filling this out, feel free to refer to the <a href='https://sisapp2.mit.edu/asa/student_group_detail.do?action=detail&studentGroupId={{group.pk}}'>old database</a>. However, please verify that information is accurate as you copy it over. As always, if you have trouble, please <a href='mailto:asa-exec@mit.edu'>contact us</a>.</p>11 <p>Please make sure to keep the information about your group up-to-date. As always, if you have trouble (or need to update a field that you don't have access to), please <a href='mailto:asa-exec@mit.edu'>contact us</a>.</p> 12 12 13 13 {% if msg %}
Note: See TracChangeset
for help on using the changeset viewer.