mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-23 14:25:50 +00:00
Removing compress tag
This commit is contained in:
parent
c497e8f72b
commit
499798da7a
2 changed files with 2 additions and 6 deletions
|
|
@ -18,6 +18,4 @@
|
|||
<link rel="stylesheet" href="{{ STATIC_URL }}wagtailadmin/scss/vendor/jquery.tagit.css">
|
||||
{% endcompress %}
|
||||
|
||||
{% compress css %}
|
||||
{{ edit_handler.form.media.css }}
|
||||
{% endcompress %}
|
||||
{{ edit_handler.form.media.css }}
|
||||
|
|
|
|||
|
|
@ -44,9 +44,7 @@
|
|||
Additional js from widgets media. Allows for custom widgets in admin panel.
|
||||
Can be used for TODO above (including image-choser.js at wagtailimages)
|
||||
{% endcomment %}
|
||||
{% compress js %}
|
||||
{{ edit_handler.form.media.js }}
|
||||
{% endcompress %}
|
||||
{{ edit_handler.form.media.js }}
|
||||
|
||||
<script>
|
||||
window.chooserUrls = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue