aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/wiki
diff options
context:
space:
mode:
authorAlexander Kabui2024-10-01 10:36:13 +0300
committerGitHub2024-10-01 10:36:13 +0300
commitf75ea839c34e73c916c30b6857611cfc618940dd (patch)
tree5f2cc86d18a44c4e0f253bcf632695085c341521 /gn2/wqflask/templates/wiki
parentae572dfe805defc4d40d173325178f5b08c080bf (diff)
parent5b840e6421ae5b20ce946642053ff702d0588f03 (diff)
downloadgenenetwork2-testing.tar.gz
Merge pull request #877 from genenetwork/feature/cleanup-base-fileHEADtesting
Feature/cleanup base file
Diffstat (limited to 'gn2/wqflask/templates/wiki')
-rw-r--r--gn2/wqflask/templates/wiki/edit_wiki.html2
-rw-r--r--gn2/wqflask/templates/wiki/genewiki.html2
-rw-r--r--gn2/wqflask/templates/wiki/history.html2
-rw-r--r--gn2/wqflask/templates/wiki/search.html2
4 files changed, 4 insertions, 4 deletions
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 %}
<style>
diff --git a/gn2/wqflask/templates/wiki/genewiki.html b/gn2/wqflask/templates/wiki/genewiki.html
index b07e86e0..06fa1f3a 100644
--- a/gn2/wqflask/templates/wiki/genewiki.html
+++ b/gn2/wqflask/templates/wiki/genewiki.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "index_page.html" %}
{% block title %}GeneWiki Entry for {{ symbol }}{% endblock %}
{% block content %}
{{ flash_me() }}
diff --git a/gn2/wqflask/templates/wiki/history.html b/gn2/wqflask/templates/wiki/history.html
index bda802d3..4d48b7e8 100644
--- a/gn2/wqflask/templates/wiki/history.html
+++ b/gn2/wqflask/templates/wiki/history.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "index_page.html" %}
{% block content %}
{{ flash_me() }}
<div class = "container container-fluid">
diff --git a/gn2/wqflask/templates/wiki/search.html b/gn2/wqflask/templates/wiki/search.html
index 863d3daa..e2899976 100644
--- a/gn2/wqflask/templates/wiki/search.html
+++ b/gn2/wqflask/templates/wiki/search.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "index_page.html" %}
{% block content %}
<div class="container">
<div class="row">