From 82620a85d2a7aaeca2ea56519a1d5fb2828e2bf2 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Tue, 26 Mar 2024 19:51:49 +0300 Subject: Wrap "search" block round entire div that nests the search box. Signed-off-by: Munyoki Kilyungi Co-authored-by: Alexander Kabui --- gn2/wqflask/templates/base.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'gn2/wqflask/templates') diff --git a/gn2/wqflask/templates/base.html b/gn2/wqflask/templates/base.html index a036f4d2..4d6273bf 100644 --- a/gn2/wqflask/templates/base.html +++ b/gn2/wqflask/templates/base.html @@ -162,14 +162,13 @@ Profile - {%endif%} + {% endif %} + {% block search %}
- - {% block search %}
@@ -195,10 +194,10 @@
-
- {% endblock %} - - {% block content %} + +
+ {% endblock %} + {% block content %} {% endblock %}