Fixed a header display issue
- Legacy-Id: 12935
This commit is contained in:
parent
6af4ce62aa
commit
363764f872
|
@ -34,8 +34,8 @@
|
|||
</div>
|
||||
|
||||
<div class="col-md-12">
|
||||
<h2 id="roles">Roles</h2>
|
||||
{% if person.role_set.exists %}
|
||||
<h2 id="roles">Roles</h2>
|
||||
<table class="table">
|
||||
{% for role in person.role_set.all %}
|
||||
{% if role.group.state_id == 'active' or role.group.state_id == 'bof' %}
|
||||
|
|
Loading…
Reference in a new issue