mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
format
This commit is contained in:
parent
c04b24c051
commit
6cddad2a26
1 changed files with 3 additions and 1 deletions
|
@ -655,7 +655,9 @@ def list_bills():
|
||||||
bill_form.payer.data = session["last_selected_payer"]
|
bill_form.payer.data = session["last_selected_payer"]
|
||||||
|
|
||||||
# Each item will be (weight_sum, Bill) tuple
|
# Each item will be (weight_sum, Bill) tuple
|
||||||
weights_bills = g.project.get_bill_weights_ordered().paginate(per_page=100, error_out=True)
|
weights_bills = g.project.get_bill_weights_ordered().paginate(
|
||||||
|
per_page=100, error_out=True
|
||||||
|
)
|
||||||
|
|
||||||
return render_template(
|
return render_template(
|
||||||
"list_bills.html",
|
"list_bills.html",
|
||||||
|
|
Loading…
Reference in a new issue