Add continue button to success page and edit back link destination

This commit is contained in:
Pea Tyczynska
2019-05-20 15:00:11 +01:00
parent 3251fc4e00
commit 06ab7a5b1f
2 changed files with 4 additions and 1 deletions

View File

@@ -14,6 +14,9 @@
</p>
{% elif verification_status == "success" %}
{{ banner("{} is ready to use".format(reply_to_email_address), type='default', with_tick=True) }}
<div class="js-stick-at-bottom-when-scrolling">
<a href="{{ url_for('.service_email_reply_to', service_id=service_id) }}" class="button">Continue</a>
</div>
{% elif verification_status == "failure" %}
{% call banner_wrapper(type='dangerous') %}
<h2 class='banner-title' data-module="track-error" data-error-type="reply-to-email-not-working" data-error-label="{{ upload_id }}">

View File

@@ -14,7 +14,7 @@
{{ page_header(
'{} email reply-to address'.format(verb),
back_link=url_for('main.service_email_reply_to', service_id=current_service.id)
back_link=url_for('main.service_add_email_reply_to', service_id=current_service.id)
) }}
{{ ajax_block(
partials,