For Charters, display the Responsible AD as well as the Charter Edit AD. Fixes #1829.

- Legacy-Id: 10567
This commit is contained in:
Russ Housley 2015-12-10 16:56:06 +00:00
parent ebfebde27a
commit 0052a4f733

View file

@ -102,6 +102,14 @@
<tr>
<th>IESG</th>
<th>Responsible AD</th>
<td></td>
<td>
{{ group.ad_role.person.plain_name|default:"(None)" }}
</td>
</tr>
<tr>
<th></th>
<th>Charter Edit AD</th>
<td class="edit">
{% if can_manage %}
{% doc_edit_button "charter_edit_ad" name=doc.name %}