separate downloads and personal stash
This commit is contained in:
@@ -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') }}">« Back to Home</a>
|
||||
Reference in New Issue
Block a user