aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2020-09-14 16:26:26 -0500
committerzsloan2020-09-14 16:26:26 -0500
commit6de9a14d1a98b26fc8996c0220131e222a1482a8 (patch)
treeada3804ef4b98d32cbe1372cc7aa8cf399ffb20b /wqflask
parent7d114484fbb77e20f4e60c10dd0cb5b1a7772eda (diff)
parent1444f5618361a1c91bd792cfab8c8c53beb3421c (diff)
downloadgenenetwork2-6de9a14d1a98b26fc8996c0220131e222a1482a8.tar.gz
Merge branch 'scroller_testing' of github.com:zsloan/genenetwork2 into testing
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/base.html4
-rw-r--r--wqflask/wqflask/templates/tutorials.html1
2 files changed, 4 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html
index 50562200..e6802cc4 100644
--- a/wqflask/wqflask/templates/base.html
+++ b/wqflask/wqflask/templates/base.html
@@ -4,7 +4,9 @@
<head>
<meta charset="utf-8">
- <title>{% block title %}{% endblock %}</title>
+
+ <title>{% block title %}{% endblock %} GeneNetwork 2</title>
+
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" type="image/png" sizes="64x64" href="/static/new/images/CITGLogo.png">
diff --git a/wqflask/wqflask/templates/tutorials.html b/wqflask/wqflask/templates/tutorials.html
index 3e6ef01c..f9d12ba5 100644
--- a/wqflask/wqflask/templates/tutorials.html
+++ b/wqflask/wqflask/templates/tutorials.html
@@ -15,3 +15,4 @@ and initial mapping results for Rat GWAS P50 as implemented in GeneNetwork.org</
</TR></TABLE>
{% endblock %}
+