about summary refs log tree commit diff
path: root/gn2/wqflask/templates/collections
diff options
context:
space:
mode:
authorAlexander_Kabui2024-09-26 14:40:38 +0300
committerAlexander_Kabui2024-09-26 14:40:38 +0300
commite062ac387aa48c40f8cfba720cbbfc7fc86320d1 (patch)
tree9443f3b1c7319d8b02f00fa4acb3b5ad203702f7 /gn2/wqflask/templates/collections
parent386130487dc5287382ebc27413a642253c953986 (diff)
downloadgenenetwork2-e062ac387aa48c40f8cfba720cbbfc7fc86320d1.tar.gz
feat: Modify templates to extend from index_page.
* This  ensures we have the global search functionality included
for all.
Diffstat (limited to 'gn2/wqflask/templates/collections')
-rw-r--r--gn2/wqflask/templates/collections/list.html2
-rw-r--r--gn2/wqflask/templates/collections/not_logged_in.html2
-rw-r--r--gn2/wqflask/templates/collections/view.html2
-rw-r--r--gn2/wqflask/templates/collections/view_anonymous.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/gn2/wqflask/templates/collections/list.html b/gn2/wqflask/templates/collections/list.html
index dc725fb6..a0953298 100644
--- a/gn2/wqflask/templates/collections/list.html
+++ b/gn2/wqflask/templates/collections/list.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "index_page.html" %}
 {%from "oauth2/display_error.html" import display_error%}
 {% block title %}Your Collections{% endblock %}
 {% block css %}
diff --git a/gn2/wqflask/templates/collections/not_logged_in.html b/gn2/wqflask/templates/collections/not_logged_in.html
index 49b0e07d..8d0707ff 100644
--- a/gn2/wqflask/templates/collections/not_logged_in.html
+++ b/gn2/wqflask/templates/collections/not_logged_in.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "index_page.html" %}
 {% block title %}Your Collections{% endblock %}
 {% block content %}
 <!-- Start of body -->
diff --git a/gn2/wqflask/templates/collections/view.html b/gn2/wqflask/templates/collections/view.html
index 4a672375..a94cb17b 100644
--- a/gn2/wqflask/templates/collections/view.html
+++ b/gn2/wqflask/templates/collections/view.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "index_page.html" %}
 {% block title %}View Collection{% endblock %}
 {% block css %}
     <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" />
diff --git a/gn2/wqflask/templates/collections/view_anonymous.html b/gn2/wqflask/templates/collections/view_anonymous.html
index 56323e10..16d792e8 100644
--- a/gn2/wqflask/templates/collections/view_anonymous.html
+++ b/gn2/wqflask/templates/collections/view_anonymous.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "index_page.html" %}
 {% block title %}View Collection{% endblock %}
 {% block content %}
 <!-- Start of body -->