diff --git a/seahub/templates/react_app.html b/seahub/templates/react_app.html index 924cf1ac01..7be753d8d6 100644 --- a/seahub/templates/react_app.html +++ b/seahub/templates/react_app.html @@ -3,6 +3,7 @@ {% load seahub_tags %} {% block extra_style %} + {% render_bundle 'app' 'css' %} {% endblock %}