From 78b8fcd5a2e5f73edaf6352f1f3cf7a2f744ae8d Mon Sep 17 00:00:00 2001 From: Onur ULUSOY Date: Tue, 5 Nov 2024 17:41:01 +0000 Subject: [PATCH] fix: Add {% load tags %} to libraries.html to prevent error --- .../dash/app/templates/libraries/libraries.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/upsonic_on_prem/dash/app/templates/libraries/libraries.html b/upsonic_on_prem/dash/app/templates/libraries/libraries.html index 94725b0..4651209 100644 --- a/upsonic_on_prem/dash/app/templates/libraries/libraries.html +++ b/upsonic_on_prem/dash/app/templates/libraries/libraries.html @@ -2,7 +2,7 @@ {% block content %} - +{% load tags %}
@@ -19,9 +19,7 @@ {% include 'home/cardview.html' %} - {% demo_mode as demo_mode %} - {% if not demo_mode %}
@@ -37,8 +35,9 @@

Connection Code

{{the_connection_code}}
+ {% endif %} + - {% endif %}