diff --git a/wagtail/snippets/templates/wagtailsnippets/snippets/edit.html b/wagtail/snippets/templates/wagtailsnippets/snippets/edit.html index ec5f68d2ee..2d6d5f6e2f 100644 --- a/wagtail/snippets/templates/wagtailsnippets/snippets/edit.html +++ b/wagtail/snippets/templates/wagtailsnippets/snippets/edit.html @@ -8,11 +8,7 @@
{% usage_count_enabled as uc_enabled %} - {% if uc_enabled %} -
- {% else %} -
- {% endif %} +
{% csrf_token %} {{ edit_handler.render_form_content }}