From 1e0898dd8770a19c45c934c4683def77b9497b3e Mon Sep 17 00:00:00 2001 From: Arnaud Bos Date: Thu, 20 Oct 2011 04:18:12 +0200 Subject: Last selected payer and translations. Fix #47. - Last selected payer selected by default when creating a new bill - Fix some translation typos and modify a few labels --- budget/templates/list_bills.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'budget/templates') diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index e284eff..c8e7918 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -6,6 +6,7 @@ {% if g.lang != "en" %} {% endif %} + {% endblock %} {% block js %} // display the form when clicking on the "add bill" button @@ -77,7 +78,7 @@ {% endblock %} {% block content %} -
{{ _("The project identifier is") }} {{ g.project.id }}, {{ _("remember it or add this page to you bookmarks!") }}
+
{{ _("The project identifier is") }} {{ g.project.id }}, {{ _("remember it!") }}
{{ _("Add a new bill") }}