Changeset b6d89f2


Ignore:
Timestamp:
Aug 11, 2011, 2:34:18 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Linkify constitution URL

This has the disadvantage that is not-uncommonly actually an AFS path. Oh well.

File:
1 edited

Legend:

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

    r485f8c6 rb6d89f2  
    4040<tr>
    4141    <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>
    4343</tr>
    4444<tr>
Note: See TracChangeset for help on using the changeset viewer.