From db0aeb4952484ab7dd536da6f75712a9a3c208a4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E5=81=A5=E8=BE=89?=
<40563566+jianhw@users.noreply.github.com>
Date: Mon, 2 Mar 2020 14:43:55 +0800
Subject: [PATCH] improve djangojs.js loading (#4460)
* improve djangojs.js loading
* remove send_email test
---
seahub/templates/base_for_react.html | 2 +-
.../templates/markdown_file_view_react.html | 2 +-
tests/api/endpoints/test_invitations.py | 45 -------------------
tests/seahub/base/test_accounts.py | 6 +--
4 files changed, 3 insertions(+), 52 deletions(-)
diff --git a/seahub/templates/base_for_react.html b/seahub/templates/base_for_react.html
index 7cd3e033d7..8e5a1f8920 100644
--- a/seahub/templates/base_for_react.html
+++ b/seahub/templates/base_for_react.html
@@ -109,7 +109,7 @@
}
};
-
+
{% render_bundle 'commons' %}
{% block extra_script %}{% endblock %}