aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
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 %}