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.
11 lines
209 B
HTML
11 lines
209 B
HTML
6 years ago
|
{% 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 %}
|