Changeset 04bdacd for asadb/template
- Timestamp:
- Sep 9, 2012, 6:43:39 AM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 7e45324
- Parents:
- 52a6940
- git-author:
- Alex Dehnert <adehnert@…> (09/08/12 22:41:04)
- git-committer:
- Alex Dehnert <adehnert@…> (09/09/12 06:43:39)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/groups_constitutions.reason.html
r52a6940 r04bdacd 14 14 <tr> 15 15 <th>{{const.group.pk}}</th> 16 <td><a href='{% url groups:group-detail const.group.pk %}'>{{const.group.name}}</a> </td>16 <td><a href='{% url groups:group-detail const.group.pk %}'>{{const.group.name}}</a>{% if const.group.group_status.slug != "active" %} ({{const.group.group_status}}){%endif%}</td> 17 17 <td>{{const.pk}}</td> 18 18 <td>{{const.source_url}}</td>
Note: See TracChangeset
for help on using the changeset viewer.