kopia lustrzana https://github.com/wagtail/wagtail
Remove edit handler media from workflow task create/edit template
These forms are not edit-handler based, so this is redundant.pull/8294/head
rodzic
3716e5280b
commit
eb746589f4
|
@ -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 %}
|
||||
|
|
|
@ -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 }}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue