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 %}

Submissions you can approve

{% if not approvals %} @@ -80,5 +81,18 @@ table.preapprovals tr:hover td a.cancel { visibility: visible; } {% endfor %} {% endif %} +{% else %} +

Submission approvals

+

+ 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 %}