Skip to content

Commit d1e245f

Browse files
committed
Merged in [10567] from housley@vigilsec.com:
For Charters, display the Responsible AD as well as the Charter Edit AD. Fixes ietf-tools#1829. - Legacy-Id: 10601 Note: SVN reference [10567] has been migrated to Git commit 0052a4f
2 parents 22c7fae + 0052a4f commit d1e245f

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
@@ -104,6 +104,14 @@
104104
<tr>
105105
<th>IESG</th>
106106
<th>Responsible AD</th>
107+
<td></td>
108+
<td>
109+
{{ group.ad_role.person.plain_name|default:"(None)" }}
110+
</td>
111+
</tr>
112+
<tr>
113+
<th></th>
114+
<th>Charter Edit AD</th>
107115
<td class="edit">
108116
{% if can_manage %}
109117
{% doc_edit_button "charter_edit_ad" name=doc.name %}

0 commit comments

Comments
 (0)