Files
saveallcomics/app/templates/success.html
2019-11-07 12:17:38 -05:00

5 lines
270 B
HTML

<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>