diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index 79e25262..7506ef0c 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -9,7 +9,7 @@ {% block title %} - {{ g.project.name }}{% endblock %} {% block js %} - {% if add_bill %} $('#new-bill > a').click(); {% endif %} + {% if add_bill %} $('#new-bill > a').click(); {% endif %} // focus on first field when adding a bill $("#bill-form").on('shown.bs.modal', function(){ @@ -78,51 +78,100 @@ {% endblock %} {% block content %} -