Changeset 34ae23b for asadb/template


Ignore:
Timestamp:
Oct 17, 2011, 12:05:07 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
eabc6ee
Parents:
b04e142 (diff), ca21c49 (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@…> (10/17/11 12:05:07)
git-committer:
Alex Dehnert <adehnert@…> (10/17/11 12:05:07)
Message:

Merge branch 'master' into new-db

Location:
asadb/template
Files:
11 added
1 edited

Legend:

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

    rfbb362a rce7fd92  
    1616
    1717<h2>The Groups</h2>
    18 
    19 {% if changes %}
    20 <table class='pretty-table'>
    21 <tr>
    22     <th>Action</th>
    23     <th>Person</th>
    24     <th>Role</th>
    25 </tr>
    26 {% for verb, color, person, role in changes %}
    27     <tr><td style='background-color: {{color}}; color: black'>{{verb}}</td><td>{{person}}</td><td>{{role.display_name}}</td></tr>
    28 {% endfor %}
    29 </table>
    30 {% endif %}
    31 
    32 {%if edited %}
    33 <p>Untouched were {{kept}} filled people/role combinations and {{kept_not}} unfilled combinations.</p>
    34 {% endif %}
    3518
    3619<table class='pretty-table'>
Note: See TracChangeset for help on using the changeset viewer.