From 79bd22c25cab0c7b869ae35a72def30a5c2a6dba Mon Sep 17 00:00:00 2001 From: "A.Avenel" Date: Sat, 3 Nov 2012 20:53:51 +0100 Subject: Add unit tests for settle_bill --- budget/templates/settle_bill.html | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) (limited to 'budget/templates') diff --git a/budget/templates/settle_bill.html b/budget/templates/settle_bill.html index c91b03d..d04ff63 100644 --- a/budget/templates/settle_bill.html +++ b/budget/templates/settle_bill.html @@ -1,25 +1,36 @@ {% extends "layout.html" %} -{% block head %} - - {% if g.lang != "en" %} - - {% 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 %} {% block navbar %}
  • {{ _("Bills") }}
  • {{ _("Settle") }}
  • {% endblock %} +{% block sidebar %} + +{% endblock %} + {% block content %} - +
    {% for bill in bills %} -- cgit v1.1
    {{ _("Who pays?") }}{{ _("To whom?") }}{{ _("How much?") }}