diff --git a/app/templates/views/templates/breaking-change.html b/app/templates/views/templates/breaking-change.html index 27eeafc8b..835ceff47 100644 --- a/app/templates/views/templates/breaking-change.html +++ b/app/templates/views/templates/breaking-change.html @@ -25,6 +25,18 @@ {% endif %} +
+When you send messages using this template you’ll need {{ new_template.placeholders|length + 1 }} columns of data: @@ -50,16 +62,4 @@
Developers, you’ll need to update your API calls
- - {% endblock %}