diff --git a/ietf/templates/submit/approvals.html b/ietf/templates/submit/approvals.html index d4a1c6207..b4907d139 100644 --- a/ietf/templates/submit/approvals.html +++ b/ietf/templates/submit/approvals.html @@ -15,6 +15,7 @@ table.preapprovals tr:hover td a.cancel { visibility: visible; } {% block submit_content %} +{% if user.is_authenticated %}
+ This is where Chairs and Secretariat can approve and pre-approve document + submissions which require approval, such as WG -00 drafts. + +
++ + You need to sign in in order to handle approvals. + +
+{% endif %} {% endblock %}