indent some of the template thingies
This commit is contained in:
parent
381520bb96
commit
ce53468191
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
{{ utils.flashed_messages() }}
|
||||
|
||||
{% block app_content %}{% endblock %}
|
||||
{% block app_content %}{% endblock %}
|
||||
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue