|
|
@ -5,7 +5,7 @@
|
|
|
|
{% block head %}
|
|
|
|
{% block head %}
|
|
|
|
{{ super() }}
|
|
|
|
{{ super() }}
|
|
|
|
{% if filename is defined %}
|
|
|
|
{% if filename is defined %}
|
|
|
|
<meta http-equiv="refresh" content="0;URL='download_file/{{ filename }}'" />
|
|
|
|
<meta http-equiv="refresh" content="0;URL='download_file/{{ filename }}'" />
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
<link href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/css/bootstrap-datetimepicker.min.css" rel="stylesheet">
|
|
|
|
<link href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/css/bootstrap-datetimepicker.min.css" rel="stylesheet">
|
|
|
|
{% endblock %}
|
|
|
|
{% endblock %}
|
|
|
|