From 3c7f3f5639d67cdc6dea0eed77d74e9686fa5bc9 Mon Sep 17 00:00:00 2001
From: Alexander_Kabui
Date: Thu, 15 Feb 2024 15:44:20 +0300
Subject: fix font awesome package path
---
gn2/wqflask/templates/base.html | 2 +-
gn2/wqflask/templates/search_result_page.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gn2/wqflask/templates/base.html b/gn2/wqflask/templates/base.html
index 4c4308a3..624ff970 100644
--- a/gn2/wqflask/templates/base.html
+++ b/gn2/wqflask/templates/base.html
@@ -20,7 +20,7 @@
-
+
{% block css %}
{% endblock %}
diff --git a/gn2/wqflask/templates/search_result_page.html b/gn2/wqflask/templates/search_result_page.html
index 7287cde4..d78f55c7 100644
--- a/gn2/wqflask/templates/search_result_page.html
+++ b/gn2/wqflask/templates/search_result_page.html
@@ -2,7 +2,7 @@
{% block title %}Search Results{% endblock %}
{% block css %}
-
+
--
cgit v1.2.3