Changeset 0c0dbf4
- Timestamp:
- Apr 9, 2012, 7:55:55 PM (14 years ago)
- 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)
- File:
-
- 1 edited
-
asadb/template/groups/group_change_officers.html (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/group_change_officers.html
rbbaf690 r0c0dbf4 8 8 {% include "groups/group_tools.part.html" %} 9 9 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> 11 13 12 14 <table class='pretty-table'> … … 28 30 29 31 {% if msgs %} 32 <h2>Messages</h2> 30 33 <ul> 31 34 {% for msg in msgs %} … … 36 39 37 40 {% if changes %} 41 <h2>Changes made</h2> 38 42 <table class='pretty-table'> 39 43 <tr> … … 48 52 {% endif %} 49 53 50 {%if edited %} 51 <p>Untouched were {{kept}} filled people/role combinations and {{kept_not}} unfilled combinations.</p> 52 {% endif %} 54 <h2>Update</h2> 53 55 54 <p> Add or update people.Please note:</p>56 <p>Please note:</p> 55 57 <ul> 56 58 <li>We don't track "group membership" — people will show up in the list below only if they have one of the roles listed</li> … … 91 93 </form> 92 94 95 {%if edited %} 96 <p>Untouched were {{kept}} filled people/role combinations and {{kept_not}} unfilled combinations.</p> 97 {% endif %} 98 93 99 {% endblock %}
Note: See TracChangeset
for help on using the changeset viewer.