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