From 16ba1826095332b475e6ab4bbd4481204fae4401 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Wed, 20 Dec 2023 23:02:54 +0300 Subject: add gnqna search form for home page --- wqflask/wqflask/templates/base.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html index 8c29995d..e8690184 100644 --- a/wqflask/wqflask/templates/base.html +++ b/wqflask/wqflask/templates/base.html @@ -50,6 +50,7 @@ } + .btn-stc { padding:9px 8px; @@ -197,6 +198,13 @@
+
@@ -214,6 +222,10 @@ + + GNQNA Search + + @@ -224,6 +236,7 @@
+
{% block content %} {% endblock %} -- cgit v1.2.3