diff options
Diffstat (limited to 'budget/templates/layout.html')
| -rw-r--r-- | budget/templates/layout.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/budget/templates/layout.html b/budget/templates/layout.html index 19af8ca..9036de3 100644 --- a/budget/templates/layout.html +++ b/budget/templates/layout.html @@ -4,6 +4,8 @@ <head> <title>Account manager</title> <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 type="text/javascript" charset="utf-8">{% block js %}{% endblock %}</script> </head> <body> |
