Remove edit handler media from workflow task create/edit template

These forms are not edit-handler based, so this is redundant.
pull/8294/head
Matt Westcott 2022-03-22 23:37:37 +00:00
rodzic 3716e5280b
commit eb746589f4
2 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

@ -6,7 +6,6 @@
{% block extra_css %}
{{ block.super }}
{% include "wagtailadmin/pages/_editor_css.html" %}
{{ edit_handler.form.media.css }}
{{ view.media.css }}
{% endblock %}
@ -14,8 +13,6 @@
{% block extra_js %}
{{ block.super }}
{% include "wagtailadmin/pages/_editor_js.html" %}
{{ edit_handler.form.media.js }}
{{ edit_handler.html_declarations }}
{{ view.media.js }}
{% endblock %}

Wyświetl plik

@ -6,7 +6,6 @@
{% block extra_css %}
{{ block.super }}
{% include "wagtailadmin/pages/_editor_css.html" %}
{{ edit_handler.form.media.css }}
{{ view.media.css }}
{% endblock %}
@ -14,8 +13,6 @@
{% block extra_js %}
{{ block.super }}
{% include "wagtailadmin/pages/_editor_js.html" %}
{{ edit_handler.form.media.js }}
{{ edit_handler.html_declarations }}
{{ view.media.js }}