separate downloads and personal stash

This commit is contained in:
Bryan Bailey
2019-11-07 12:17:38 -05:00
parent fbcf6769ce
commit bbe2d7a8f7
5 changed files with 25 additions and 5 deletions

View File

@@ -1,2 +1,5 @@
<h1>Huzzah! It Worked!</h1>
<h2>Download {{ title }}</h2>
{% set download = title + '/' + title + '.cbr' %}
<button><a href="{{ url_for('static', filename='download/' + download) }}">{{ title }}</a></button>
<a href="{{ url_for('main.index') }}">&laquo; Back to Home</a>