From 9be8d8f61c18b41fa328c25515464958a8f235b9 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Thu, 21 Jul 2022 13:50:15 +0100 Subject: [PATCH] Fetch jQuery with TLS --- core/templates/ui/drilldown.html | 2 +- core/views.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 core/views.py diff --git a/core/templates/ui/drilldown.html b/core/templates/ui/drilldown.html index 80245e9..aa801f2 100644 --- a/core/templates/ui/drilldown.html +++ b/core/templates/ui/drilldown.html @@ -2,7 +2,7 @@ {% load static %} {% block content %} - +
{% csrf_token %} diff --git a/core/views.py b/core/views.py new file mode 100644 index 0000000..e69de29