diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2011-11-27 23:28:24 +0100 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-11-28 00:20:30 +0100 |
| commit | 8570e79170e28ad0437a6b663066e7d54b0c682d (patch) | |
| tree | 054415cdc9b7c5a1391f3471d20cfde0e302bcad /budget/templates/layout.html | |
| parent | 44060f03dfd6fb9f1925496f06992984ef41062b (diff) | |
| download | ihatemoney-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.html | 5 |
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(){ |
