mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-12 02:50:59 +00:00
Remove {% get_localized_datepicker_js %} from ...
{% compress %} tag to enable offline compression
This commit is contained in:
parent
d85cd46f92
commit
8ea27f4571
1 changed files with 2 additions and 1 deletions
|
|
@ -31,9 +31,10 @@
|
|||
<script src="{{ STATIC_URL }}wagtaildocs/js/document-chooser.js"></script>
|
||||
<script src="{{ STATIC_URL }}wagtailsnippets/js/snippet-chooser.js"></script>
|
||||
<script src="{{ STATIC_URL }}admin/js/urlify.js"></script>
|
||||
{% get_localized_datepicker_js %}
|
||||
{% endcompress %}
|
||||
|
||||
{% get_localized_datepicker_js %}
|
||||
|
||||
{% comment %}
|
||||
Additional js from widgets media. Allows for custom widgets in admin panel.
|
||||
Can be used for TODO above (including image-choser.js at wagtailimages)
|
||||
|
|
|
|||
Loading…
Reference in a new issue