From 5e1a4d8ea28fe2053ba7286e36e9c854907b9d51 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sun, 24 Oct 2021 17:03:33 +0200 Subject: [PATCH] Fix autoescaping --- frontend/templates/frontend/sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/templates/frontend/sidebar.html b/frontend/templates/frontend/sidebar.html index 96f945e..b4a2596 100644 --- a/frontend/templates/frontend/sidebar.html +++ b/frontend/templates/frontend/sidebar.html @@ -14,7 +14,7 @@ - {% sidebar_nav %} + {% autoescape off %}{% sidebar_nav %}{% endautoescape %}