Update layout.html

This commit is contained in:
Maxim 2020-01-12 15:44:45 -06:00 committed by GitHub
parent 948e525ff0
commit 1069d4fcd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -8,12 +8,12 @@
<title>App</title>
{% endif %}
<!-- Site CSS -->
{% block header_css %}
<!-- Bootstrap CSS -->
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap/bootstrap.min.css')}}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap/bootstrap-datepicker.css')}}">
<!-- Site CSS -->
<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css')}}">
{% block header_css_additional %}
{% endblock header_css_additional %}
@ -36,7 +36,6 @@
{% endblock %}
{% block body_content %}
{% block body_content_additional %}
{% endblock body_content_additional%}