prolefeeder/app/templates/download_thanks.html

11 lines
209 B
HTML
Raw Normal View History

2018-11-10 21:13:20 +01:00
{% extends "base.html" %}
{% block head %}
{{ super() }}
<meta http-equiv="refresh" content="0;URL='download_file/test.mp3'" />
{% endblock %}
{% block app_content %}
<h1>Thanks!</h1>
{% endblock %}