diff options
author | BonfaceKilz | 2020-11-04 17:53:49 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-11-04 17:53:49 +0300 |
commit | 92dbf80bb45e66a93be6fea0fc0a82644cdbb326 (patch) | |
tree | eb3d20bc8933402062bdb90ad24e99b2944d7433 | |
parent | 922be125592001f0e616351adcc05f1dbb16b38b (diff) | |
download | genenetwork2-92dbf80bb45e66a93be6fea0fc0a82644cdbb326.tar.gz |
Add an edit link button to glossary page
-rw-r--r-- | wqflask/wqflask/templates/glossary.html | 3 |
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 %} |