Ignore:
Timestamp:
Feb 1, 2012, 4:05:33 PM (15 years ago)
Author:
MIT Association of Student Activities <asa@…>
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)
Message:

Use toolbar for group editing pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/groups/group_change_main.html

    ra8cd440 rab32c07  
    1313{% endif %}
    1414
     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
    1524<form enctype="multipart/form-data" method="post" action="">
    1625{% csrf_token %}
     
    1928</form>
    2029
    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>
    2730
    2831{% endblock %}
Note: See TracChangeset for help on using the changeset viewer.