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
This commit is contained in:
Henrik Levkowetz 2017-07-03 21:22:18 +00:00
parent 27bf51cbb9
commit 1063a749fc

View file

@ -2,6 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}Confirm submission of {{ submission.name }}{% endblock %}
{% block submit_content %}
@ -14,7 +15,7 @@
{% else %}
<p>The submission is not in a state where it can be confirmed.</p>
<p>Go to the <a href="{% url "ietf.submit.views.submission_status" submission_id=submission.pk %}">status page</a>
<p>Go to the <b><a href="{% url "ietf.submit.views.submission_status" submission_id=submission.pk %}">status page</a></b>
to see what has happened to it.</p>
{% endif %}
{% else %}
@ -28,6 +29,9 @@
{% else %}
<p>Authorization key accepted.</p>
<p>Go to the <b><a href="{% url "ietf.submit.views.submission_status" submission_id=submission.pk %}">status page</a></b>
for submission details and links to the files which will be posted.</p>
<p>Please press the button below to finish posting of
<b>{{ submission.name }}-{{ submission.rev }}</b>.</p>