diff options
author | Munyoki Kilyungi | 2024-08-29 11:51:51 +0300 |
---|---|---|
committer | BonfaceKilz | 2024-08-29 14:51:30 +0300 |
commit | d600e91463d526462761a3ab1decabf0033944a6 (patch) | |
tree | 20493578e23117b880446eb3edb1933ac79525da /gn2/wqflask/templates | |
parent | 23d0aeaec664d3e63ab7b3f54f33eb6e9228da50 (diff) | |
download | genenetwork2-d600e91463d526462761a3ab1decabf0033944a6.tar.gz |
Delete un-used css block in genewiki html template.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'gn2/wqflask/templates')
-rw-r--r-- | gn2/wqflask/templates/genewiki.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/genewiki.html b/gn2/wqflask/templates/genewiki.html index 2b438e84..63f36741 100644 --- a/gn2/wqflask/templates/genewiki.html +++ b/gn2/wqflask/templates/genewiki.html @@ -1,6 +1,5 @@ {% extends "base.html" %} {% block title %}GeneWiki Entry for {{ symbol }}{% endblock %} -{% block css %}<style></style>{% endblock %} {% block content %} <div class = "container"> <h1 class = "page-header">GeneWiki Entries</h1> |