diff --git a/TODO b/TODO index c56889ed..331fa97b 100644 --- a/TODO +++ b/TODO @@ -1,2 +1,3 @@ * Find a way to make the couple (name, project) unique. -* use a psql backend rather than sqlite +* Use a psql backend rather than sqlite +* If the members list of a project is empty, propose the user to define the members diff --git a/budget/templates/add_bill.html b/budget/templates/add_bill.html index 9b13b2ee..8dec74c4 100644 --- a/budget/templates/add_bill.html +++ b/budget/templates/add_bill.html @@ -1,5 +1,9 @@ {% extends "layout.html" %} +{% block top_menu %} +Back to the list +{% endblock %} + {% block content %}