fix datetimepicker style

This commit is contained in:
neingeist 2018-11-11 23:45:53 +01:00
parent 31e7b274d7
commit a5bb4fe894
2 changed files with 1 additions and 3 deletions

View file

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