diff --git a/ietf/templates/doc/document_draft.html b/ietf/templates/doc/document_draft.html index 769d5ec28..af31a3800 100644 --- a/ietf/templates/doc/document_draft.html +++ b/ietf/templates/doc/document_draft.html @@ -279,7 +279,7 @@ - {% if iesg_state.slug != 'idexists' and iesg_state.slug != 'dead' and can_edit %} + {% if iesg_state.slug != 'idexists' and iesg_state.slug != 'dead' and can_edit or user|has_role:"Secretariat" %} Edit diff --git a/ietf/templates/doc/draft/change_state.html b/ietf/templates/doc/draft/change_state.html index 18d6dd083..3515c290e 100644 --- a/ietf/templates/doc/draft/change_state.html +++ b/ietf/templates/doc/draft/change_state.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{# Copyright The IETF Trust 2015, All Rights Reserved #} +{# Copyright The IETF Trust 2015-2023, All Rights Reserved #} {% load origin %} {% load django_bootstrap5 %} {% block title %}Change state for {{ doc }}{% endblock %} @@ -10,6 +10,13 @@
{{ doc }} + {% if state.slug == "dead" %} +

+ This document is in IESG state "Dead". It is unusual to change + this to anything other than "AD is watching", and this should + never be used as a replacement for Begin IESG Processing. +

+ {% endif %}
Help on states