diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2011-10-16 23:38:27 +0200 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-10-16 23:38:27 +0200 |
| commit | f7a969240a984c6eb63662331ad7767283088efc (patch) | |
| tree | 35020be50ef11f8c8dd5899edcd2943ba43159f8 /budget/templates/layout.html | |
| parent | 9a3e4537cbd5c3aa8d154fe390749c1c33e5dc12 (diff) | |
| download | ihatemoney-mirror-f7a969240a984c6eb63662331ad7767283088efc.zip ihatemoney-mirror-f7a969240a984c6eb63662331ad7767283088efc.tar.gz ihatemoney-mirror-f7a969240a984c6eb63662331ad7767283088efc.tar.bz2 | |
Add a datepicker (with support of i18n). Fix #37
Diffstat (limited to 'budget/templates/layout.html')
| -rw-r--r-- | budget/templates/layout.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/budget/templates/layout.html b/budget/templates/layout.html index 72b6ee8..e6614d8 100644 --- a/budget/templates/layout.html +++ b/budget/templates/layout.html @@ -5,7 +5,8 @@ <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='main.css') }}"> - <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> + <script src="{{ url_for("static", filename="jquery/js/jquery-1.6.2.min.js") }}"></script> + {% block head %}{% endblock %} <script type="text/javascript" charset="utf-8"> $(document).ready(function(){ setTimeout(function(){ |
