diff options
author | Pjotr Prins | 2020-07-16 11:01:08 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-07-16 11:01:08 +0100 |
commit | 8d995b271f20d15b2b6a7845ade22c396a383da3 (patch) | |
tree | 821710085ebe7c2f8cdf7cae0816c94472c2e308 | |
parent | f0dd283c31acfcc34b967b7a81167e0543d06364 (diff) | |
download | bh20-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.py | 2 |
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): |