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 %}