Rename from .min.css to .css
This file is not minified, so the .min.css is wrong. Also remove the executable flag from some non-executable files.
This commit is contained in:
parent
b44d34003d
commit
04a1f0acb1
4 changed files with 2 additions and 2 deletions
0
app/static/css/bootstrap-datetimepicker.min.css → app/static/css/bootstrap-datetimepicker.css
vendored
Executable file → Normal file
0
app/static/css/bootstrap-datetimepicker.min.css → app/static/css/bootstrap-datetimepicker.css
vendored
Executable file → Normal file
0
app/static/js/bootstrap-datetimepicker.min.js
vendored
Executable file → Normal file
0
app/static/js/bootstrap-datetimepicker.min.js
vendored
Executable file → Normal file
|
@ -60,7 +60,7 @@
|
|||
{{ super() }}
|
||||
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/select2.min.css') }}" />
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap-datetimepicker.min.css') }}" />
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap-datetimepicker.css') }}" />
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/select2-bootstrap.min.css') }}" />
|
||||
{%- endblock %}
|
||||
{% block scripts -%}
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
{% block styles -%}
|
||||
{{ super() }}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/select2.min.css') }}" />
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap-datetimepicker.min.css') }}" />
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap-datetimepicker.css') }}" />
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/select2-bootstrap.min.css') }}" />
|
||||
{%- endblock %}
|
||||
{% block scripts -%}
|
||||
|
|
Loading…
Reference in a new issue