diff options
Diffstat (limited to 'gn2/wqflask/templates/wiki')
-rw-r--r-- | gn2/wqflask/templates/wiki/edit_wiki.html | 2 | ||||
-rw-r--r-- | gn2/wqflask/templates/wiki/genewiki.html | 2 | ||||
-rw-r--r-- | gn2/wqflask/templates/wiki/history.html | 2 | ||||
-rw-r--r-- | gn2/wqflask/templates/wiki/search.html | 2 |
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"> |