Changeset 9f9aa21 for asadb/template


Ignore:
Timestamp:
Aug 11, 2011, 12:22:29 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
9879d18
Parents:
94c79bd
git-author:
Alex Dehnert <adehnert@…> (08/11/11 00:22:29)
git-committer:
Alex Dehnert <adehnert@…> (08/11/11 00:22:29)
Message:

Link the group name in the recent changes view

File:
1 edited

Legend:

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

    r65974d1 r9f9aa21  
    1717<tr>
    1818    <td>{{version.object_id}}</td>
    19     <td>{{version.object_repr}}</td>
     19    <td><a href='{% url group-detail version.object_id %}'>{{version.object_repr}}</a></td>
    2020    <td>{{version.revision.date_created}}</td>
    2121    <td>{% if version.revision.user %}{{version.revision.user}}{%else%}<i>System</i>{%endif%}</td>
Note: See TracChangeset for help on using the changeset viewer.