mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-16 19:30:13 -04:00
Fix indentation
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
'Add',
|
||||
back_link=url_for('.service_email_reply_to', service_id=current_service.id),
|
||||
back_link_text='Back'
|
||||
) }}
|
||||
) }}
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -19,7 +19,9 @@
|
||||
safe_error_message=True
|
||||
) }}
|
||||
{% if form.is_default.data %}
|
||||
<p> This email address is the default </p>
|
||||
<p>
|
||||
This email address is the default
|
||||
</p>
|
||||
{% else %}
|
||||
<div class="form-group">
|
||||
{{ checkbox(form.is_default) }}
|
||||
@@ -32,4 +34,4 @@
|
||||
) }}
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user