Changeset f0a4fc4 for asadb/template


Ignore:
Timestamp:
Aug 11, 2011, 2:08:00 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
b6d89f2
Parents:
2abe1dc
git-author:
Alex Dehnert <adehnert@…> (08/11/11 02:08:00)
git-committer:
Alex Dehnert <adehnert@…> (08/11/11 02:08:00)
Message:

Linkify groups in the signatory list

Also, the color of a link in a <th> is atrocious, so pick something
a bit darker.

File:
1 edited

Legend:

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

    r7a117da rf0a4fc4  
    3535{%for group, role_list in officers %}
    3636<tr>
    37     <th>{{group}}</th>
     37    <th><a href='{% url group-detail group.pk %}'>{{group}}</a></th>
    3838    {%for holders in role_list%}
    3939    <td>{% if holders %}<ul>{% for person in holders %}<li>{{person}}</li>{%endfor%}</ul>{% endif %}</td>
Note: See TracChangeset for help on using the changeset viewer.