mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Remove {% get_localized_datepicker_js %} from ...
{% compress %} tag to enable offline compression
This commit is contained in:
parent
d85cd46f92
commit
8ea27f4571
@ -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 New Issue
Block a user