Skip to content

Commit c587b0e

Browse files
committed
Add some help for chairs which fuss about not being able to clearly see that they need to be logged in in order to handle approvals.
- Legacy-Id: 4552
1 parent 6bc68a9 commit c587b0e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

ietf/templates/submit/approvals.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
{% block submit_content %}
1717

18+
{% if user.is_authenticated %}
1819
<h2 id="approvals">Submissions you can approve</h2>
1920

2021
{% if not approvals %}
@@ -80,5 +81,18 @@ <h2 id="recently-approved">Approved drafts within the past {{ days }} days</h2>
8081
{% endfor %}
8182
</table>
8283
{% endif %}
84+
{% else %}
85+
<h2>Submission approvals</h2>
86+
<p>
87+
88+
This is where Chairs and Secretariat can approve and pre-approve document
89+
submissions which require approval, such as WG -00 drafts.
90+
91+
</p>
92+
<p>
8393

94+
You need to <a href="https://{{ request.get_host }}/accounts/login/?next={{request.get_full_path|urlencode}}" rel="nofollow">sign in</a> in order to handle approvals.
95+
96+
</p>
97+
{% endif %}
8498
{% endblock %}

0 commit comments

Comments
 (0)