Changeset 8f46374 for asadb/template/groups/group_detail.html
- Timestamp:
- Aug 2, 2012, 2:15:45 AM (13 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- d90059c
- Parents:
- 0229bd5
- git-author:
- Alex Dehnert <adehnert@…> (08/02/12 02:15:45)
- git-committer:
- Alex Dehnert <adehnert@…> (08/02/12 02:15:45)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/group_detail.html
r68c93e8 r8f46374 4 4 {% block content %} 5 5 6 <div class='group-detail-page group-status-{{group.group_status.slug}}'> 6 7 <h1>{{group.name}}{% if group.abbreviation %} ({{group.abbreviation}}){%endif%}</h1> 8 {% if group.group_status.slug != "active" %}<p class='group-status'><em>{{group.group_status.name}}</em></p>{%endif%} 7 9 8 10 {% if adminpriv %}{% include "groups/group_tools.part.html" %} … … 150 152 {% endif %} 151 153 154 </div> 152 155 {% endblock %} 153 156
Note: See TracChangeset
for help on using the changeset viewer.