diff options
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(){ |
