aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorBonfaceKilz2020-11-03 20:54:09 +0300
committerBonfaceKilz2020-11-03 21:05:28 +0300
commitf2ffa6a8bcd94a3435a19d82700465c4b9508f00 (patch)
treeb9f9f3c9336e6669ec58a3655e30b6a7bb2673e9 /wqflask
parentddd071b2bd50d243c01c335e06955316df08fc45 (diff)
downloadgenenetwork2-f2ffa6a8bcd94a3435a19d82700465c4b9508f00.tar.gz
Update glossary template with markdown content
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/glossary.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/glossary.html b/wqflask/wqflask/templates/glossary.html
index 80e74ceb..718baf13 100644
--- a/wqflask/wqflask/templates/glossary.html
+++ b/wqflask/wqflask/templates/glossary.html
@@ -3,5 +3,7 @@
{% block title %}Glossary{% endblock %}
{% block content %}
-<p id="mytest"> Test</p>
+
+{{ rendered_markdown|safe }}
+
{% endblock %}