Changeset cb9b105 for asadb/template


Ignore:
Timestamp:
Feb 3, 2012, 5:14:54 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Consistently display group toolbox on group pages

Location:
asadb/template/groups
Files:
1 added
4 edited

Legend:

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

    rab32c07 rcb9b105  
    77<h1>{{group.name}}: Change main information</h1>
    88
     9{% include "groups/group_tools.part.html" %}
     10
    911<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&amp;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>
    1012
     
    1214<p>{{msg}}</p>
    1315{% 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>
    2316
    2417<form enctype="multipart/form-data" method="post" action="">
  • asadb/template/groups/group_change_officers.html

    rab32c07 rcb9b105  
    66<h1>{{group.name}}: Change people</h1>
    77
     8{% include "groups/group_tools.part.html" %}
     9
    810<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>
    1711
    1812<p>The following roles are available:</p>
  • asadb/template/groups/group_detail.html

    r223e487 rcb9b105  
    44{% block content %}
    55
    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%}
    99
    1010<table class='pretty-table'>
  • asadb/template/groups/group_version.html

    rfbb362a rcb9b105  
    55
    66<h1>{{title}}</h1>
     7
     8{% if adminpriv %}
     9{% include "groups/group_tools.part.html" %}
     10{% endif %}
    711
    812<table class='pretty-table'>
Note: See TracChangeset for help on using the changeset viewer.