{% extends "_base.html" %} {% load i18n %} {% load static %} {% load widget_tweaks %} {% load content_filters %} {% load poi_filters %} {% load rules %} {% load render_bundle from webpack_loader %} {% block content %}
{{ media_config_data|json_script:"media_config_data" }} {% if not perms.cms.change_event or event_form.instance.id and event_form.instance.archived %} {% include '../_tinymce_config.html' with readonly=1 %} {% else %} {% include '../_tinymce_config.html' %} {% endif %} {% if event_form.instance.id %} {% include '../generic_confirmation_dialog.html' %} {% endif %} {% endblock content %} {% block javascript %} {% render_bundle 'editor' 'js' %} {% endblock javascript %}