Changeset e0ac866
- Timestamp:
- Jan 23, 2012, 4:11:00 AM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- f7fcacc
- Parents:
- 669d447
- git-author:
- Alex Dehnert <adehnert@…> (01/23/12 04:11:00)
- git-committer:
- Alex Dehnert <adehnert@…> (01/23/12 04:11:00)
- File:
-
- 1 edited
-
asadb/template/groups/group_detail.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/group_detail.html
r669d447 re0ac866 54 54 55 55 <tr><th colspan='2'>Additional Information</th></tr> 56 <tr> 56 {% if viewpriv %} 57 <tr class='private-info'> 57 58 <th>Constitution</th> 58 59 <td>{% if group.constitution_url %}<a href='{{group.constitution_url}}'>{{group.constitution_url}}</a>{%else%}<i>not provided</i>{%endif%}</td> 59 60 </tr> 61 {% endif %} 60 62 <tr> 61 63 <th>Advisor</th>
Note: See TracChangeset
for help on using the changeset viewer.