mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 14:08:25 -04:00
Save new reply-to email if test notification delivered
Also check if it should be a default reply-to email address
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="{{ url_for('main.verify_reply_to_address', service_id=service_id, notification_id=notification_id) }}"">Refresh</a>
|
||||
<a href="{{ url_for('main.verify_reply_to_address', service_id=service_id, notification_id=notification_id) + "?is_default={}".format(is_default) }}"">Refresh</a>
|
||||
</p>
|
||||
{% elif verification_status == "success" %}
|
||||
{{ banner("Yay success! Your new reply-to email has been added ^__^", type='message', with_tick=True) }}
|
||||
|
||||
Reference in New Issue
Block a user