From 8e9f35b25befbf3e6392566a731a7c0950bce24d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=A1=BA=E5=BC=BA?= Date: Mon, 25 Jan 2021 17:04:06 +0800 Subject: [PATCH] repair package bug (#4802) --- seahub/templates/base_for_react.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seahub/templates/base_for_react.html b/seahub/templates/base_for_react.html index 6d23422558..08590d10a2 100644 --- a/seahub/templates/base_for_react.html +++ b/seahub/templates/base_for_react.html @@ -135,7 +135,7 @@ }; -{% render_bundle 'commons' %} +{% render_bundle 'commons' 'js' %} {% render_bundle 'runtime' %} {% block extra_script %}{% endblock %}