aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/main.py
diff options
context:
space:
mode:
authorPjotr Prins2020-05-29 11:00:08 -0500
committerPjotr Prins2020-05-29 11:00:08 -0500
commit92fa550c6edfeb9acc9a5cbc31c0c272f8703898 (patch)
treebd2ade8b9331a3ec0211d2af99d0bd39f1a4ed7d /bh20simplewebuploader/main.py
parent50a9933a997e468db3343023a580308b28edc653 (diff)
downloadbh20-seq-resource-92fa550c6edfeb9acc9a5cbc31c0c272f8703898.tar.gz
bh20-seq-resource-92fa550c6edfeb9acc9a5cbc31c0c272f8703898.tar.lz
bh20-seq-resource-92fa550c6edfeb9acc9a5cbc31c0c272f8703898.zip
Blog stuff
Diffstat (limited to 'bh20simplewebuploader/main.py')
-rw-r--r--bh20simplewebuploader/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bh20simplewebuploader/main.py b/bh20simplewebuploader/main.py
index 847e36b..81fe571 100644
--- a/bh20simplewebuploader/main.py
+++ b/bh20simplewebuploader/main.py
@@ -451,7 +451,7 @@ def blog_page():
buf = None;
if blog_content:
buf = get_html_body('doc/blog/'+blog_content+'.html')
- return render_template('blog.html',menu='BLOG',embed=buf)
+ return render_template('blog.html',menu='BLOG',embed=buf,blog=blog_content)
@app.route('/about')