diff options
| author | A.Avenel <avenel.alexandre@gmail.com> | 2012-09-03 17:40:34 +0200 |
|---|---|---|
| committer | A.Avenel <avenel.alexandre@gmail.com> | 2012-09-03 17:40:34 +0200 |
| commit | a2b950d9c8a1606c63948b6c35412ba1fb3614c5 (patch) | |
| tree | 5e909b5badc20fe6673e9b0f27295b1cc35d5195 | |
| parent | 688a2814646988a536cc9ff693db17d8bc732a27 (diff) | |
| download | ihatemoney-mirror-a2b950d9c8a1606c63948b6c35412ba1fb3614c5.zip ihatemoney-mirror-a2b950d9c8a1606c63948b6c35412ba1fb3614c5.tar.gz ihatemoney-mirror-a2b950d9c8a1606c63948b6c35412ba1fb3614c5.tar.bz2 | |
Remove some old code no longer needed (Correct 404 errors about jquery-ui)
| -rw-r--r-- | budget/templates/add_bill.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/budget/templates/add_bill.html b/budget/templates/add_bill.html index 71bb6f0..346a16d 100644 --- a/budget/templates/add_bill.html +++ b/budget/templates/add_bill.html @@ -1,11 +1,5 @@ {% extends "layout.html" %} -{% block head %} - <script src="{{ url_for("static", filename="js/jquery-ui.js") }}"></script> - {% if g.lang != "en" %} - <script src="{{ url_for("static", filename="js/i18n/jquery.ui.datepicker-%s.js" % g.lang ) }}"></script> - {% endif %} -{% endblock %} {% block js %} $('#cancel-form').click(function(){location.href={{ url_for(".list_bills") }};}); $.datepicker.setDefaults({'dateFormat': 'yy-mm-dd'}); |
