Changeset 0ac15a1 for asadb/template


Ignore:
Timestamp:
Apr 5, 2012, 1:12:37 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
a03cb61
Parents:
ffecc7f (diff), a9a8f3d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Alex Dehnert <adehnert@…> (04/05/12 01:12:37)
git-committer:
Alex Dehnert <adehnert@…> (04/05/12 01:12:37)
Message:

Merge branch 'office-access'

Location:
asadb/template
Files:
4 added
5 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/groups/group_tools.part.html

    rffdfde5 r32c872e  
    55    <li><a href='{% url groups:group-manage-main group.pk %}'>Update main</a></li>
    66    <li><a href='{% url groups:group-manage-officers group.pk %}'>Update people</a></li>
     7    <li><a href='{% url groups:group-space-access group.pk %}'>Space access</a></li>
    78    <li><a href='{% url groups:group-manage-history group.pk %}'>History</a></li>
    89    {% if group.pk < 1905 %}
  • asadb/template/form_utils/better_form.html

    r4bc3ab9 r3ce730f  
    66{% if fieldset.legend %}
    77<legend>{{ fieldset.legend }}</legend>
     8{% endif %}
     9{% if fieldset.description %}
     10<p>{{ fieldset.description }}</p>
    811{% endif %}
    912<table class='pretty-table'>
  • asadb/template/groups/diffs/new-group-announce.txt

    r96c5790 reac10f7  
    1111      http://web.mit.edu/asa/www/asa-db.shtml
    1212
    13 Note that at this point only the President of the group ({{president}})
     13Note that at this point only the President and Treasurer of the group
     14({{officer_emails|join:", "}})
    1415can modify the information and that MIT personal certificates are
    1516required to access the group's account in the ASA Database.
     
    2324ASA and they will create your locker and e-mail accounts as needed.
    2425
    25 The Athena locker for Spinning Arts Club, MIT will be :
     26The Athena locker for {{group.name}} will be :
    2627
    2728      {{group.athena_locker}}
  • asadb/template/groups/group_search.html

    r6a646ce rd1a4706  
    1010    {{ filter.form.as_table }}
    1111    </table>
    12     <input type="submit" name="group-info" value="Show Group Information" />
     12    <input type="submit" name="group-goto" value="Show Group Information" title="If exactly one group matches, go directly to that group's database entry. Otherwise, show the group list." />
     13    <input type="submit" name="group-list" value="Show Group List" />
    1314    {% if perms.groups.view_signatories %}
    1415    <input type="submit" name="signatories" value="Show Signatories" />
  • asadb/template/index.html

    r9ec48f9 r8708a86  
    3333        <li><a href='{%url groups:list%}'>List of groups</a></li>
    3434        {%if perms.groups.view_signatories %}<li><a href='{% url groups:signatories %}'>View Signatories</a></li>{%endif%}
     35        {%if perms.groups.view_group_private_info %}<li><a href='{%url groups:reporting%}'>Reporting</a></li>{%endif%}
    3536        <li><a href='{%url groups:account-lookup%}'>Account lookup</a></li>
    3637    </ul></li>
Note: See TracChangeset for help on using the changeset viewer.