mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Show try again link when email verification fails
This commit is contained in:
@@ -31,5 +31,6 @@
|
||||
{{ banner("Yay success! Your new reply-to email has been added ^__^", type='message', with_tick=True) }}
|
||||
{% elif verification_status == "failure" %}
|
||||
{{ banner("Sorry dawg, this email address doesn't seem to be working :d", type='dangerous') }}
|
||||
<a href={{ url_for('main.service_add_email_reply_to', service_id=service_id) }}>Try again</a>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user