mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 15:28:50 -04:00
Add continue button to success page and edit back link destination
This commit is contained in:
@@ -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 }}">
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user