aboutsummaryrefslogtreecommitdiff
path: root/budget/templates
diff options
context:
space:
mode:
Diffstat (limited to 'budget/templates')
-rw-r--r--budget/templates/layout.html1
-rw-r--r--budget/templates/list_bills.html1
2 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/layout.html b/budget/templates/layout.html
index 50f3019..979f994 100644
--- a/budget/templates/layout.html
+++ b/budget/templates/layout.html
@@ -9,7 +9,6 @@
<script src="{{ url_for("static", filename="js/ihatemoney.js") }}"></script>
<script src="{{ url_for("static", filename="js/tether.min.js") }}"></script>
<script src="{{ url_for("static", filename="js/bootstrap.min.js") }}"></script>
- <script src="{{ url_for("static", filename="js/bootstrap-datepicker.js") }}"></script>
{% block head %}{% endblock %}
<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html
index 1eb5356..9421650 100644
--- a/budget/templates/list_bills.html
+++ b/budget/templates/list_bills.html
@@ -3,6 +3,7 @@
{% block title %} - {{ g.project.name }}{% endblock %}
{% block head %}
<script src="{{ url_for("static", filename="js/bootstrap-datepicker.js") }}"></script>
+ <script src="{{ url_for("static", filename="js/locales/bootstrap-datepicker.fr.min.js") }}" charset="utf-8"></script>
{% endblock %}
{% block js %}
{% if add_bill %} $('#new-bill').click(); {% endif %}