mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Fix the tests and catch a few more examples
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
{% if confirm_delete %}
|
||||
<div class="bottom-gutter">
|
||||
{% call banner_wrapper(type='dangerous', subhead="Are you sure you want to delete this email reply to address?") %}
|
||||
{% call banner_wrapper(type='dangerous', subhead="Are you sure you want to delete this email reply-to address?") %}
|
||||
<form method='post'>
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
|
||||
<input type="submit" class="button" name="delete" value="Confirm" />
|
||||
@@ -32,7 +32,7 @@
|
||||
) }}
|
||||
{% if form.is_default.data %}
|
||||
<p class="form-group">
|
||||
This is the default reply to address for {{ current_service.name }} emails
|
||||
This is the default reply-to address for {{ current_service.name }} emails
|
||||
</p>
|
||||
{{ page_footer(
|
||||
'Save',
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
{% if has_email_templates %}
|
||||
{{ tick_cross_done_not_done(
|
||||
has_email_reply_to_address,
|
||||
'Add an <a href="{}">email reply to address</a>'.format(
|
||||
'Add an <a href="{}">email reply-to address</a>'.format(
|
||||
url_for('main.service_email_reply_to', service_id=current_service.id)
|
||||
)|safe,
|
||||
) }}
|
||||
|
||||
Reference in New Issue
Block a user