1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 16:36:15 +00:00

repair package bug (#4802)

This commit is contained in:
杨顺强
2021-01-25 17:04:06 +08:00
committed by GitHub
parent bc1e0921bf
commit 8e9f35b25b

View File

@@ -135,7 +135,7 @@
};
</script>
<script src="{{ STATIC_URL }}scripts/i18n/{{ LANGUAGE_CODE }}/djangojs.js?v={{ seafile_version }}"></script>
{% render_bundle 'commons' %}
{% render_bundle 'commons' 'js' %}
{% render_bundle 'runtime' %}
{% block extra_script %}{% endblock %}
</body>