From 71b11e896c7edc1902def87f5913f05048c4d7f6 Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 2 Dec 2021 21:29:09 +0000 Subject: Moved the UIkit CSS from base.html to index_page.html (btw Arthur, never add CSS files to base.html - it makes their styling apply to every single GN page) --- wqflask/wqflask/templates/base.html | 6 ------ wqflask/wqflask/templates/index_page.html | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html index c17409d0..ad2e3744 100644 --- a/wqflask/wqflask/templates/base.html +++ b/wqflask/wqflask/templates/base.html @@ -22,12 +22,6 @@ - - - - - - {% block css %} diff --git a/wqflask/wqflask/templates/index_page.html b/wqflask/wqflask/templates/index_page.html index 507fcfc8..6e9bf91a 100755 --- a/wqflask/wqflask/templates/index_page.html +++ b/wqflask/wqflask/templates/index_page.html @@ -1,6 +1,12 @@ {% extends "base.html" %} {% block title %}GeneNetwork{% endblock %} {% block css %} + + + + + +