Merged in [10567] from housley@vigilsec.com:
For Charters, display the Responsible AD as well as the Charter Edit AD. Fixes #1829.
- Legacy-Id: 10601
Note: SVN reference [10567] has been migrated to Git commit 0052a4f733
This commit is contained in:
commit
d1e245f042
|
@ -104,6 +104,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