Ignore:
Timestamp:
Aug 2, 2012, 2:15:45 AM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Visualize distinguish inactive groups

File:
1 edited

Legend:

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

    r68c93e8 r8f46374  
    44{% block content %}
    55
     6<div class='group-detail-page group-status-{{group.group_status.slug}}'>
    67<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%}
    79
    810{% if adminpriv %}{% include "groups/group_tools.part.html" %}
     
    150152{% endif %}
    151153
     154</div>
    152155{% endblock %}
    153156
Note: See TracChangeset for help on using the changeset viewer.