Changeset 0c0dbf4


Ignore:
Timestamp:
Apr 9, 2012, 7:55:55 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
1b51809
Parents:
59a438a
git-author:
Alex Dehnert <adehnert@…> (04/09/12 19:55:55)
git-committer:
Alex Dehnert <adehnert@…> (04/09/12 19:55:55)
Message:

Add some headings to the people update page

File:
1 edited

Legend:

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

    rbbaf690 r0c0dbf4  
    88{% include "groups/group_tools.part.html" %}
    99
    10 <p>Please adjust your signatories below. The following roles are available:</p>
     10<p>Please adjust your signatories below.</p>
     11
     12<h2>Available roles</h2>
    1113
    1214<table class='pretty-table'>
     
    2830
    2931{% if msgs %}
     32<h2>Messages</h2>
    3033<ul>
    3134{% for msg in msgs %}
     
    3639
    3740{% if changes %}
     41<h2>Changes made</h2>
    3842<table class='pretty-table'>
    3943<tr>
     
    4852{% endif %}
    4953
    50 {%if edited %}
    51 <p>Untouched were {{kept}} filled people/role combinations and {{kept_not}} unfilled combinations.</p>
    52 {% endif %}
     54<h2>Update</h2>
    5355
    54 <p>Add or update people. Please note:</p>
     56<p>Please note:</p>
    5557<ul>
    5658    <li>We don't track "group membership" &mdash; people will show up in the list below only if they have one of the roles listed</li>
     
    9193</form>
    9294
     95{%if edited %}
     96<p>Untouched were {{kept}} filled people/role combinations and {{kept_not}} unfilled combinations.</p>
     97{% endif %}
     98
    9399{% endblock %}
Note: See TracChangeset for help on using the changeset viewer.