diff --git a/app/templates/views/templates/breaking-change.html b/app/templates/views/templates/breaking-change.html index 0f95b7d24..86ee4c07e 100644 --- a/app/templates/views/templates/breaking-change.html +++ b/app/templates/views/templates/breaking-change.html @@ -16,20 +16,19 @@ back_link=url_for(".edit_service_template", service_id=current_service.id, template_id=new_template.id) ) }} -
- {% if template_change.placeholders_removed %} -

- You removed {{ list_of_placeholders(template_change.placeholders_removed) }} -

- {% endif %} - {% if template_change.placeholders_added %} -

- You added {{ list_of_placeholders(template_change.placeholders_added) }} -

- {% endif %} -
- -

Developers, you’ll need to update your API calls

+ {% if template_change.placeholders_removed %} +

+ You removed {{ list_of_placeholders(template_change.placeholders_removed) }} +

+ {% endif %} + {% if template_change.placeholders_added %} +

+ You added {{ list_of_placeholders(template_change.placeholders_added) }} +

+ {% endif %} +

+ Developers, you’ll need to update your API calls. +

{% call form_wrapper() %}