{% extends "admin/change_form.html" %} {% load i18n l10n static cms_static %} {% block title %} {% trans "Change a page" %} {% endblock %} {% block content %} {# trick for cms to understand that the plugin was actually correctly saved #}
{% endblock %}