aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorBonfaceKilz2020-11-04 17:53:49 +0300
committerBonfaceKilz2020-11-04 17:53:49 +0300
commit92dbf80bb45e66a93be6fea0fc0a82644cdbb326 (patch)
treeeb3d20bc8933402062bdb90ad24e99b2944d7433 /wqflask
parent922be125592001f0e616351adcc05f1dbb16b38b (diff)
downloadgenenetwork2-92dbf80bb45e66a93be6fea0fc0a82644cdbb326.tar.gz
Add an edit link button to glossary page
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/glossary.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/glossary.html b/wqflask/wqflask/templates/glossary.html
index ed6f6ff7..3b29f20e 100644
--- a/wqflask/wqflask/templates/glossary.html
+++ b/wqflask/wqflask/templates/glossary.html
@@ -3,7 +3,10 @@
{% block title %}Glossary{% endblock %}
{% block content %}
+
<div class="container">
+ <small>
+ <a href="https://raw.githubusercontent.com/genenetwork/genenetwork2/wqflask/wqflask/static/glossary.md" target="_">[Edit on Github]</a></small>
{{ rendered_markdown|safe }}
</div>
{% endblock %}