aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2019-11-21 14:56:11 -0600
committerzsloan2019-11-21 14:56:11 -0600
commit0ac8974f56822add4c530032735fbb0d94ca2bc7 (patch)
tree01e56425295b29932048d74da401e9f95a78c01e
parent8427ddfd7b60d74f4be3a453dd0b21ce7bfdb6f3 (diff)
downloadgenenetwork2-0ac8974f56822add4c530032735fbb0d94ca2bc7.tar.gz
Fixed title that said Genenetwork twice
-rw-r--r--wqflask/wqflask/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html
index 8a35e28b..eccde38f 100644
--- a/wqflask/wqflask/templates/base.html
+++ b/wqflask/wqflask/templates/base.html
@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
- <title>{% block title %}{% endblock %} GeneNetwork</title>
+ <title>{% block title %}{% endblock %}</title>
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" type="image/png" sizes="64x64" href="/static/new/images/ipad_icon3.png">