Changeset b6d89f2
- Timestamp:
- Aug 11, 2011, 2:34:18 AM (15 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- 3655f02
- Parents:
- f0a4fc4
- git-author:
- Alex Dehnert <adehnert@…> (08/11/11 02:32:28)
- git-committer:
- Alex Dehnert <adehnert@…> (08/11/11 02:34:18)
- File:
-
- 1 edited
-
asadb/template/groups/group_detail.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/group_detail.html
r485f8c6 rb6d89f2 40 40 <tr> 41 41 <th>Constitution</th> 42 <td>{% if group.constitution_url %} {{group.constitution_url}}{%else%}<i>not provided</i>{%endif%}</td>42 <td>{% if group.constitution_url %}<a href='{{group.constitution_url}}'>{{group.constitution_url}}</a>{%else%}<i>not provided</i>{%endif%}</td> 43 43 </tr> 44 44 <tr>
Note: See TracChangeset
for help on using the changeset viewer.