For Charters, display the Responsible AD as well as the Charter Edit AD. Fixes #1829.
- Legacy-Id: 10567
This commit is contained in:
parent
ebfebde27a
commit
0052a4f733
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue