Fixing the datepicker on the graph view

This commit is contained in:
Maxime 2015-03-29 05:04:39 +00:00
Родитель 37a5baf577
Коммит e3521c17fc
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -10,6 +10,7 @@
href="{{ url_for('static', filename='dagre.css') }}">
<link rel="stylesheet" type="text/css"
href="{{ url_for('static', filename='graph.css') }}">
<link href="{{ admin_static.url(filename='vendor/bootstrap-daterangepicker/daterangepicker-bs2.css') }}" rel="stylesheet">
{% endblock %}
{% block body %}