Changeset f0a4fc4


Ignore:
Timestamp:
Aug 11, 2011, 2:08:00 AM (15 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.

Location:
asadb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • asadb/media/style/style.css

    ree679c6 rf0a4fc4  
    2222    font-weight: bold;
    2323    background: #BE2933;
     24}
     25table.pretty-table th a, table.pretty-table caption a
     26{
     27    color: #008;
    2428}
    2529ul.errorlist
  • 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.