mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 04:31:49 +02:00
api settle branch implementation paid
This commit is contained in:
parent
5b042fdecc
commit
7549af52dc
1 changed files with 1 additions and 1 deletions
|
@ -748,7 +748,7 @@ def add_bill():
|
||||||
return render_template("add_bill.html", form=form)
|
return render_template("add_bill.html", form=form)
|
||||||
|
|
||||||
@main.route("/<project_id>/settle", methods=["GET", "POST"])
|
@main.route("/<project_id>/settle", methods=["GET", "POST"])
|
||||||
def settle_bill():
|
def settle_paid():
|
||||||
form = get_billform_for(g.project)
|
form = get_billform_for(g.project)
|
||||||
if request.method == "POST":
|
if request.method == "POST":
|
||||||
if form.validate():
|
if form.validate():
|
||||||
|
|
Loading…
Reference in a new issue