There was an error while loading. Please reload this page.
1 parent 6af4ce6 commit 363764fCopy full SHA for 363764f
1 file changed
ietf/templates/person/profile.html
@@ -34,8 +34,8 @@ <h1>{{ person.name }} {% if person.ascii != person.name %}<br><small>({{person.a
34
</div>
35
36
<div class="col-md-12">
37
- <h2 id="roles">Roles</h2>
38
{% if person.role_set.exists %}
+ <h2 id="roles">Roles</h2>
39
<table class="table">
40
{% for role in person.role_set.all %}
41
{% if role.group.state_id == 'active' or role.group.state_id == 'bof' %}
0 commit comments