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