We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05adc4f + d400541 commit 265f0a8Copy full SHA for 265f0a8
jet/templates/admin/base.html
@@ -24,11 +24,11 @@
24
var DATETIME_FORMAT = "{% jet_get_datetime_format %}";
25
</script>
26
<script type="text/javascript" src="{% url 'jet:jsi18n' %}"></script>
27
-<script src="{% static "jet/js/build/bundle.min.js" %}"></script>
+<script src="{% static "jet/js/build/bundle.min.js" as url %}{{ url|jet_append_version }}"></script>
28
29
{% jet_static_translation_urls as translation_urls %}
30
{% for url in translation_urls %}
31
- <script src="{% static url %}"></script>
+ <script src="{% static url as url %}{{ url|jet_append_version }}"></script>
32
{% endfor %}
33
34
{% block extrahead %}{% endblock %}
0 commit comments