From e062ac387aa48c40f8cfba720cbbfc7fc86320d1 Mon Sep 17 00:00:00 2001
From: Alexander_Kabui
Date: Thu, 26 Sep 2024 14:40:38 +0300
Subject: feat: Modify templates to extend from index_page. * This ensures we
have the global search functionality included for all.
---
gn2/wqflask/templates/comparison_bar_chart.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'gn2/wqflask/templates/comparison_bar_chart.html')
diff --git a/gn2/wqflask/templates/comparison_bar_chart.html b/gn2/wqflask/templates/comparison_bar_chart.html
index d77e0515..7efdf6d7 100644
--- a/gn2/wqflask/templates/comparison_bar_chart.html
+++ b/gn2/wqflask/templates/comparison_bar_chart.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "index_page.html" %}
{% block title %}Comparison Bar Chart{% endblock %}
{% block css %}
@@ -35,4 +35,4 @@
-{% endblock %}
\ No newline at end of file
+{% endblock %}
--
cgit v1.2.3