You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ietf/templates/submit/approvals.html
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@
15
15
16
16
{% block submit_content %}
17
17
18
+
{% if user.is_authenticated %}
18
19
<h2id="approvals">Submissions you can approve</h2>
19
20
20
21
{% if not approvals %}
@@ -80,5 +81,18 @@ <h2 id="recently-approved">Approved drafts within the past {{ days }} days</h2>
80
81
{% endfor %}
81
82
</table>
82
83
{% 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>
83
93
94
+
You need to <ahref="https://{{ request.get_host }}/accounts/login/?next={{request.get_full_path|urlencode}}" rel="nofollow">sign in</a> in order to handle approvals.
0 commit comments