diff options
author | zsloan | 2019-11-21 14:56:11 -0600 |
---|---|---|
committer | zsloan | 2019-11-21 14:56:11 -0600 |
commit | 0ac8974f56822add4c530032735fbb0d94ca2bc7 (patch) | |
tree | 01e56425295b29932048d74da401e9f95a78c01e /wqflask | |
parent | 8427ddfd7b60d74f4be3a453dd0b21ce7bfdb6f3 (diff) | |
download | genenetwork2-0ac8974f56822add4c530032735fbb0d94ca2bc7.tar.gz |
Fixed title that said Genenetwork twice
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/base.html | 2 |
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"> |