You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
prolefeeder/app/templates/download_thanks.html

11 lines
209 B
HTML

{% 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 %}