Skip to content

Commit 0052a4f

Browse files
committed
For Charters, display the Responsible AD as well as the Charter Edit AD. Fixes ietf-tools#1829.
- Legacy-Id: 10567
1 parent ebfebde commit 0052a4f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

ietf/templates/doc/document_charter.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,14 @@
102102
<tr>
103103
<th>IESG</th>
104104
<th>Responsible AD</th>
105+
<td></td>
106+
<td>
107+
{{ group.ad_role.person.plain_name|default:"(None)" }}
108+
</td>
109+
</tr>
110+
<tr>
111+
<th></th>
112+
<th>Charter Edit AD</th>
105113
<td class="edit">
106114
{% if can_manage %}
107115
{% doc_edit_button "charter_edit_ad" name=doc.name %}

0 commit comments

Comments
 (0)