Changeset ce7fd92


Ignore:
Timestamp:
Oct 12, 2011, 10:13:34 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
56e8cb8
Parents:
43434f6
git-author:
Alex Dehnert <adehnert@…> (10/12/11 22:13:34)
git-committer:
Alex Dehnert <adehnert@…> (10/12/11 22:13:34)
Message:

Punt some dead template code

I have no good idea why this was here. I'm pretty sure it was never relevant
to this file...

File:
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.