aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2020-07-16 11:01:08 +0100
committerPjotr Prins2020-07-16 11:01:08 +0100
commit8d995b271f20d15b2b6a7845ade22c396a383da3 (patch)
tree821710085ebe7c2f8cdf7cae0816c94472c2e308
parentf0dd283c31acfcc34b967b7a81167e0543d06364 (diff)
downloadbh20-seq-resource-8d995b271f20d15b2b6a7845ade22c396a383da3.tar.gz
bh20-seq-resource-8d995b271f20d15b2b6a7845ade22c396a383da3.tar.lz
bh20-seq-resource-8d995b271f20d15b2b6a7845ade22c396a383da3.zip
Add edit link for download page
-rw-r--r--bh20simplewebuploader/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bh20simplewebuploader/main.py b/bh20simplewebuploader/main.py
index 0f521d0..8089883 100644
--- a/bh20simplewebuploader/main.py
+++ b/bh20simplewebuploader/main.py
@@ -466,7 +466,7 @@ def get_html_body(fn,source="https://github.com/arvados/bh20-seq-resource/tree/m
@app.route('/download')
def download_page():
- buf = get_html_body('doc/web/download.html')
+ buf = get_html_body('doc/web/download.html','https://github.com/arvados/bh20-seq-resource/blob/master/doc/web/download.org')
return render_template('resource.html',menu='DOWNLOAD',embed=buf)
def pending_table(output, items):