diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2012-09-03 11:43:29 -0700 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2012-09-03 11:43:29 -0700 |
| commit | 4f811ffc7209cd096d52001ee37d2555f4feaed2 (patch) | |
| tree | b80fd2cfc3c461b60a510e73464a7e26098cdb90 /budget/templates/add_bill.html | |
| parent | 688a2814646988a536cc9ff693db17d8bc732a27 (diff) | |
| parent | d0129abc0edca656ae84419b9428a4212d9be00d (diff) | |
| download | ihatemoney-mirror-4f811ffc7209cd096d52001ee37d2555f4feaed2.zip ihatemoney-mirror-4f811ffc7209cd096d52001ee37d2555f4feaed2.tar.gz ihatemoney-mirror-4f811ffc7209cd096d52001ee37d2555f4feaed2.tar.bz2 | |
Merge pull request #90 from aavenel/master
Bugfix : display calendar widget when editing a bill
Diffstat (limited to 'budget/templates/add_bill.html')
| -rw-r--r-- | budget/templates/add_bill.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/budget/templates/add_bill.html b/budget/templates/add_bill.html index 71bb6f0..595f363 100644 --- a/budget/templates/add_bill.html +++ b/budget/templates/add_bill.html @@ -1,16 +1,7 @@ {% 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'}); - $(".datepicker").datepicker($.datepicker.regional['{{ g.lang }}']); - {% endblock %} |
