Changeset fbb362a for asadb/template/groups/group_list.html
- Timestamp:
- Aug 25, 2011, 10:53:03 PM (15 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- 9b391ce, 165e5aa
- Parents:
- d3167b9
- git-author:
- Alex Dehnert <adehnert@…> (08/25/11 22:53:03)
- git-committer:
- Alex Dehnert <adehnert@…> (08/25/11 22:53:03)
- File:
-
- 1 edited
-
asadb/template/groups/group_list.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/group_list.html
r1de230f rfbb362a 32 32 <th>{{group.name}}</th> 33 33 <td>{% if group.website_url %}<a href='{{group.website_url}}'>Website</a>{%endif%}</td> 34 <td><a href='{% url group -detail group.pk %}'>DB Entry</a></td>34 <td><a href='{% url groups:group-detail group.pk %}'>DB Entry</a></td> 35 35 <td>{{group.description}}</td> 36 36 <td>{{group.meeting_times}}</td>
Note: See TracChangeset
for help on using the changeset viewer.