Skip to content

Commit 1063a74

Browse files
committed
Linked to the submission status page from the submission confirmation page, in case people want to look at the text or xml which will be posted.
- Legacy-Id: 13769
1 parent 27bf51c commit 1063a74

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

ietf/templates/submit/confirm_submission.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{# Copyright The IETF Trust 2015, All Rights Reserved #}
33
{% load origin %}
44

5+
56
{% block title %}Confirm submission of {{ submission.name }}{% endblock %}
67

78
{% block submit_content %}
@@ -14,7 +15,7 @@ <h2>Confirm submission of {{ submission.name }}</h2>
1415
{% else %}
1516
<p>The submission is not in a state where it can be confirmed.</p>
1617

17-
<p>Go to the <a href="{% url "ietf.submit.views.submission_status" submission_id=submission.pk %}">status page</a>
18+
<p>Go to the <b><a href="{% url "ietf.submit.views.submission_status" submission_id=submission.pk %}">status page</a></b>
1819
to see what has happened to it.</p>
1920
{% endif %}
2021
{% else %}
@@ -28,6 +29,9 @@ <h2>Confirm submission of {{ submission.name }}</h2>
2829
{% else %}
2930
<p>Authorization key accepted.</p>
3031

32+
<p>Go to the <b><a href="{% url "ietf.submit.views.submission_status" submission_id=submission.pk %}">status page</a></b>
33+
for submission details and links to the files which will be posted.</p>
34+
3135
<p>Please press the button below to finish posting of
3236
<b>{{ submission.name }}-{{ submission.rev }}</b>.</p>
3337

0 commit comments

Comments
 (0)