From 5b840e6421ae5b20ce946642053ff702d0588f03 Mon Sep 17 00:00:00 2001
From: Alexander_Kabui
Date: Fri, 27 Sep 2024 12:06:09 +0300
Subject: Refactor: use url_for to fetch static files.
---
gn2/wqflask/templates/base.html | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)
(limited to 'gn2/wqflask/templates/base.html')
diff --git a/gn2/wqflask/templates/base.html b/gn2/wqflask/templates/base.html
index 8d477659..76c7df67 100644
--- a/gn2/wqflask/templates/base.html
+++ b/gn2/wqflask/templates/base.html
@@ -22,16 +22,22 @@
href="{{ url_for('css', filename='bootstrap/css/bootstrap.css') }}" />
+ href="{{ url_for('static', filename='/new/css/bootstrap-custom.css') }}" />
-
-
-
-
+ href="{{ url_for('static', filename='/new/css/non-responsive.css') }}" />
+
+
+
+
--
cgit v1.2.3