aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/layout.html
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-11-27 23:28:24 +0100
committerAlexis Metaireau <alexis@notmyidea.org>2011-11-28 00:20:30 +0100
commit8570e79170e28ad0437a6b663066e7d54b0c682d (patch)
tree054415cdc9b7c5a1391f3471d20cfde0e302bcad /budget/templates/layout.html
parent44060f03dfd6fb9f1925496f06992984ef41062b (diff)
downloadihatemoney-mirror-8570e79170e28ad0437a6b663066e7d54b0c682d.zip
ihatemoney-mirror-8570e79170e28ad0437a6b663066e7d54b0c682d.tar.gz
ihatemoney-mirror-8570e79170e28ad0437a6b663066e7d54b0c682d.tar.bz2
reorganize the static folder structure
Diffstat (limited to 'budget/templates/layout.html')
-rw-r--r--budget/templates/layout.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/budget/templates/layout.html b/budget/templates/layout.html
index bd02435..ab1f45d 100644
--- a/budget/templates/layout.html
+++ b/budget/templates/layout.html
@@ -4,8 +4,9 @@
<head>
<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="{{ url_for("static", filename="jquery/js/jquery-1.6.2.min.js") }}"></script>
+ <link rel=stylesheet type=text/css href="{{ url_for("static", filename='css/main.css') }}">
+ <script src="{{ url_for("static", filename="js/jquery-1.6.2.min.js") }}"></script>
+ <script src="{{ url_for("static", filename="js/ihatemoney.js") }}"></script>
{% block head %}{% endblock %}
<script type="text/javascript" charset="utf-8">
$(document).ready(function(){