mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Simplify HTML
Without the spreadsheet on the page we don’t need the wrapping elements which were used to add extra spacing.
This commit is contained in:
@@ -16,20 +16,19 @@
|
|||||||
back_link=url_for(".edit_service_template", service_id=current_service.id, template_id=new_template.id)
|
back_link=url_for(".edit_service_template", service_id=current_service.id, template_id=new_template.id)
|
||||||
) }}
|
) }}
|
||||||
|
|
||||||
<div class="bottom-gutter">
|
{% if template_change.placeholders_removed %}
|
||||||
{% if template_change.placeholders_removed %}
|
<p>
|
||||||
<p>
|
You removed {{ list_of_placeholders(template_change.placeholders_removed) }}
|
||||||
You removed {{ list_of_placeholders(template_change.placeholders_removed) }}
|
</p>
|
||||||
</p>
|
{% endif %}
|
||||||
{% endif %}
|
{% if template_change.placeholders_added %}
|
||||||
{% if template_change.placeholders_added %}
|
<p>
|
||||||
<p>
|
You added {{ list_of_placeholders(template_change.placeholders_added) }}
|
||||||
You added {{ list_of_placeholders(template_change.placeholders_added) }}
|
</p>
|
||||||
</p>
|
{% endif %}
|
||||||
{% endif %}
|
<p>
|
||||||
</div>
|
Developers, you’ll need to update your API calls.
|
||||||
|
</p>
|
||||||
<p class="top-gutter">Developers, you’ll need to update your API calls</p>
|
|
||||||
|
|
||||||
{% call form_wrapper() %}
|
{% call form_wrapper() %}
|
||||||
<input type="hidden" name="name" value="{{ new_template.name }}" />
|
<input type="hidden" name="name" value="{{ new_template.name }}" />
|
||||||
|
|||||||
Reference in New Issue
Block a user