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:
Midgard 2020-02-29 17:38:25 +01:00
parent b44d34003d
commit 04a1f0acb1
Signed by: midgard
GPG key ID: 511C112F1331BBB4
4 changed files with 2 additions and 2 deletions

0
app/static/js/bootstrap-datetimepicker.min.js vendored Executable file → Normal file
View file

View 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 -%}

View file

@ -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 -%}