indent some of the template thingies

This commit is contained in:
neingeist 2018-11-12 20:37:17 +01:00
parent 381520bb96
commit ce53468191
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
{{ utils.flashed_messages() }}
{% block app_content %}{% endblock %}
{% block app_content %}{% endblock %}
</div>
{% endblock %}

View file

@ -5,7 +5,7 @@
{% block head %}
{{ super() }}
{% 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 %}
<link href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/css/bootstrap-datetimepicker.min.css" rel="stylesheet">
{% endblock %}