From db80234c885e1591f7bc5e9eb0683c41ff2fb685 Mon Sep 17 00:00:00 2001 From: Michael An <1822852997@qq.com> Date: Fri, 22 Jul 2022 15:42:59 +0800 Subject: [PATCH] fix markdown image expand icon path in app page --- seahub/templates/react_app.html | 1 + 1 file changed, 1 insertion(+) 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 %}