diff options
Diffstat (limited to 'budget/templates/list_bills.html')
| -rw-r--r-- | budget/templates/list_bills.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 %} |
