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/wiki/edit_wiki.html | 2 +- gn2/wqflask/templates/wiki/genewiki.html | 2 +- gn2/wqflask/templates/wiki/history.html | 2 +- gn2/wqflask/templates/wiki/search.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'gn2/wqflask/templates/wiki') diff --git a/gn2/wqflask/templates/wiki/edit_wiki.html b/gn2/wqflask/templates/wiki/edit_wiki.html index 23412a31..66371cf3 100644 --- a/gn2/wqflask/templates/wiki/edit_wiki.html +++ b/gn2/wqflask/templates/wiki/edit_wiki.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block css %}