File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments