Changeset ab32c07
- Timestamp:
- Feb 1, 2012, 4:05:33 PM (14 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)
- Location:
- asadb
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/media/style/page-frame.css
r9e6b8b7 rab32c07 78 78 border: 1px solid #777; 79 79 padding: 10px; 80 margin-left: 10px; 81 margin-bottom: 10px; 80 82 } 81 83 .toolbox h2 -
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 %} -
asadb/template/groups/group_change_officers.html
rfbb362a rab32c07 7 7 8 8 <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> 9 17 10 18 <p>The following roles are available:</p> … … 86 94 </form> 87 95 88 <ul>89 <li><a href='{% url groups:group-manage-main group.pk %}'>View main update page</a></li>90 <li><a href='{% url groups:group-manage-officers group.pk %}'>Reload this page</a></li>91 </ul>92 93 96 {% endblock %}
Note: See TracChangeset
for help on using the changeset viewer.