Remove example personalisation from template page

This was of dubious value, and the syntax probably isn’t accurate for
all languages.
This commit is contained in:
Chris Hill-Scott
2016-08-10 10:09:04 +01:00
parent 44a0845882
commit 7010e35256
3 changed files with 2 additions and 11 deletions

View File

@@ -32,9 +32,4 @@
{{ api_key(template.id, name="Template ID", thing='template ID') }}
</div>
{% if personalisation %}
<h2 class="heading-small">Personalisation (all fields are required)</h2>
{{ personalisation|syntax_highlight_json }}
{% endif %}
{% endblock %}