aboutsummaryrefslogtreecommitdiff
path: root/budget/templates
diff options
context:
space:
mode:
authorJocelyn Delalande <jocelyn@crapouillou.net>2017-02-01 19:14:49 +0100
committerJocelyn Delalande <jocelyn@crapouillou.net>2017-02-04 00:40:59 +0100
commit37da1db38ac17209f6ab6832a0bf5052ae81475b (patch)
tree4123809ab6b4aa090464325aaf47d45447465aaa /budget/templates
parent87d2dea9c8d97bc9373dd16e921606635ef6795b (diff)
downloadihatemoney-mirror-37da1db38ac17209f6ab6832a0bf5052ae81475b.zip
ihatemoney-mirror-37da1db38ac17209f6ab6832a0bf5052ae81475b.tar.gz
ihatemoney-mirror-37da1db38ac17209f6ab6832a0bf5052ae81475b.tar.bz2
Update bootstrap dependency to bootstrap 4
Diffstat (limited to 'budget/templates')
-rw-r--r--budget/templates/layout.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/budget/templates/layout.html b/budget/templates/layout.html
index ccf958f..7b44638 100644
--- a/budget/templates/layout.html
+++ b/budget/templates/layout.html
@@ -5,8 +5,9 @@
<title>{{ _("Account manager") }}{% block title %}{% endblock %}</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel=stylesheet type=text/css href="{{ url_for("static", filename='css/main.css') }}">
- <script src="{{ url_for("static", filename="js/jquery-1.7.2.min.js") }}"></script>
+ <script src="{{ url_for("static", filename="js/jquery-3.1.1.min.js") }}"></script>
<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 %}