diff --git a/ietf/templates/idrfc/doc_tab_document.html b/ietf/templates/idrfc/doc_tab_document.html index 43dcbf7fb..36ce507af 100644 --- a/ietf/templates/idrfc/doc_tab_document.html +++ b/ietf/templates/idrfc/doc_tab_document.html @@ -57,8 +57,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. {% endif %} {% else %} {% if doc.in_ietf_process %} -Change state - {% url doc_edit_info name=doc.draft_name as doc_edit_url %}{% if doc_edit_url %}Edit{% endif %} {% else %} {% url doc_edit_info name=doc.draft_name as doc_edit_url %}{% if doc_edit_url %}Add{% endif %} diff --git a/ietf/templates/idrfc/doc_tab_document_id.html b/ietf/templates/idrfc/doc_tab_document_id.html index 01b3b6e28..2563c97e7 100644 --- a/ietf/templates/idrfc/doc_tab_document_id.html +++ b/ietf/templates/idrfc/doc_tab_document_id.html @@ -90,7 +90,12 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-IESG State: {{ doc.friendly_state|safe }} +IESG State: +{% if user|in_group:"Area_Director,Secretariat" %} + {{ doc.friendly_state|safe }} +{% else %} + {{ doc.friendly_state|safe }} +{% endif %} {% if doc.rfc_editor_state %}
RFC Editor State: {{ doc.rfc_editor_state|escape }}{% endif %} {% ifequal doc.draft_status "Expired" %} {% if doc.resurrect_requested_by %}(resurrect requested by {{ doc.resurrect_requested_by }}){% endif %}