Show try again link when email verification fails

This commit is contained in:
Pea Tyczynska
2019-05-14 15:05:52 +01:00
parent ed599f0c03
commit 9d2b60b56b
2 changed files with 8 additions and 31 deletions

View File

@@ -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 %}