mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 10:26:17 +00:00
repair package bug (#4802)
This commit is contained in:
@@ -135,7 +135,7 @@
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script src="{{ STATIC_URL }}scripts/i18n/{{ LANGUAGE_CODE }}/djangojs.js?v={{ seafile_version }}"></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' %}
|
{% render_bundle 'runtime' %}
|
||||||
{% block extra_script %}{% endblock %}
|
{% block extra_script %}{% endblock %}
|
||||||
</body>
|
</body>
|
||||||
|
Reference in New Issue
Block a user