Changeset cb9b105 for asadb/template
- Timestamp:
- Feb 3, 2012, 5:14:54 AM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 927c824
- Parents:
- 7045dd8
- git-author:
- Alex Dehnert <adehnert@…> (02/03/12 05:12:01)
- git-committer:
- Alex Dehnert <adehnert@…> (02/03/12 05:14:54)
- Location:
- asadb/template/groups
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/group_change_main.html
rab32c07 rcb9b105 7 7 <h1>{{group.name}}: Change main information</h1> 8 8 9 {% include "groups/group_tools.part.html" %} 10 9 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> 10 12 … … 12 14 <p>{{msg}}</p> 13 15 {% endif %} 14 15 <div class='toolbox'>16 <h2>Tools</h2>17 18 <ul>19 <li><a href='{% url groups:group-manage-history group.pk %}'>View update history</a></li>20 <li><a href='{% url groups:group-manage-officers group.pk %}'>Update officers, signatories, etc.</a></li>21 </ul>22 </div>23 16 24 17 <form enctype="multipart/form-data" method="post" action=""> -
asadb/template/groups/group_change_officers.html
rab32c07 rcb9b105 6 6 <h1>{{group.name}}: Change people</h1> 7 7 8 {% include "groups/group_tools.part.html" %} 9 8 10 <p>Please adjust your signatories below. You can add up to {{max_new}} new people at a time at the bottom. If you need to add more than that, just break it up into a couple of submissions.</p> 9 10 <div class='toolbox'>11 <h2>Tools</h2>12 <ul>13 <li><a href='{% url groups:group-manage-main group.pk %}'>View main update page</a></li>14 <li><a href='{% url groups:group-manage-officers group.pk %}'>Reload this page</a></li>15 </ul>16 </div>17 11 18 12 <p>The following roles are available:</p> -
asadb/template/groups/group_detail.html
r223e487 rcb9b105 4 4 {% block content %} 5 5 6 <h1>{{group.name}}{% if group.abbreviation %} ({{group.abbreviation}}){%endif%} 7 {% if adminpriv %}<a href='{%url groups:group-manage-main group.pk %}'>[update]</a></p>{%endif%} 8 </h1> 6 <h1>{{group.name}}{% if group.abbreviation %} ({{group.abbreviation}}){%endif%}</h1> 7 8 {% if adminpriv %}{% include "groups/group_tools.part.html" %}{%endif%} 9 9 10 10 <table class='pretty-table'> -
asadb/template/groups/group_version.html
rfbb362a rcb9b105 5 5 6 6 <h1>{{title}}</h1> 7 8 {% if adminpriv %} 9 {% include "groups/group_tools.part.html" %} 10 {% endif %} 7 11 8 12 <table class='pretty-table'>
Note: See TracChangeset
for help on using the changeset viewer.