send a file on request
parent
c56c1226d3
commit
e340e967a6
@ -0,0 +1,10 @@
|
||||
{% 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 %}
|
Loading…
Reference in New Issue