From 1f235acdf96fdc49246ebd5f0e79a6709eceaed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Mon, 27 Feb 2023 16:07:59 +0800 Subject: [PATCH] Added resource integrity to the bootstrap CDN in the test site. --- tests/test_site/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_site/templates/base.html b/tests/test_site/templates/base.html index 4678192..a0bd787 100644 --- a/tests/test_site/templates/base.html +++ b/tests/test_site/templates/base.html @@ -29,7 +29,7 @@ First written: 2023/1/27 {% block styles %}{% endblock %} - + {% block scripts %}{% endblock %} {% block title %}{% endblock %}