Update layout.html
This commit is contained in:
parent
948e525ff0
commit
1069d4fcd9
|
@ -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%}
|
||||
|
|
Loading…
Reference in New Issue