Changeset ab32c07 for asadb/template/groups/group_change_main.html
- Timestamp:
- Feb 1, 2012, 4:05:33 PM (15 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 223e487
- Parents:
- 6229687
- git-author:
- Alex Dehnert <adehnert@…> (02/01/12 16:05:33)
- git-committer:
- MIT Association of Student Activities <asa@…> (02/01/12 16:05:33)
- File:
-
- 1 edited
-
asadb/template/groups/group_change_main.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/group_change_main.html
ra8cd440 rab32c07 13 13 {% endif %} 14 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 15 24 <form enctype="multipart/form-data" method="post" action=""> 16 25 {% csrf_token %} … … 19 28 </form> 20 29 21 <h2>Other Options</h2>22 23 <ul>24 <li><a href='{% url groups:group-manage-history group.pk %}'>View update history</a></li>25 <li><a href='{% url groups:group-manage-officers group.pk %}'>Update officers, signatories, etc.</a></li>26 </ul>27 30 28 31 {% endblock %}
Note: See TracChangeset
for help on using the changeset viewer.