mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 07:08:24 -04:00
Merge pull request #2993 from alphagov/fix_test_send_placeholders
Fix error where sending test message flow skipped first placeholder
This commit is contained in:
@@ -53,7 +53,11 @@
|
||||
width='2-3',
|
||||
safe_error_message=True
|
||||
) }}
|
||||
{% if not first_email_address %}
|
||||
{% if form.is_default.data %}
|
||||
<p class="form-group">
|
||||
This is the default reply-to address for {{ current_service.name }} emails
|
||||
</p>
|
||||
{% else %}
|
||||
<div class="form-group">
|
||||
{{ checkbox(form.is_default) }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user