{% extends "admin/change_form.html" %}
{% load cms_admin cms_static %}
{% block extrahead %}
{# in case plugins require widgets, they need to have bundle here #}
{{ block.super }}
{% endblock %}
{% block submit_buttons_bottom %}
{% submit_row_plugin %}
{% endblock %}