Skip to content

Commit 363764f

Browse files
committed
Fixed a header display issue
- Legacy-Id: 12935
1 parent 6af4ce6 commit 363764f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/person/profile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ <h1>{{ person.name }} {% if person.ascii != person.name %}<br><small>({{person.a
3434
</div>
3535

3636
<div class="col-md-12">
37-
<h2 id="roles">Roles</h2>
3837
{% if person.role_set.exists %}
38+
<h2 id="roles">Roles</h2>
3939
<table class="table">
4040
{% for role in person.role_set.all %}
4141
{% if role.group.state_id == 'active' or role.group.state_id == 'bof' %}

0 commit comments

Comments
 (0)