diff options
Diffstat (limited to 'budget/web.py')
| -rw-r--r-- | budget/web.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/budget/web.py b/budget/web.py index 39ffd1a..d91bbb7 100644 --- a/budget/web.py +++ b/budget/web.py @@ -152,6 +152,7 @@ def invite(): recipients=[email.strip() for email in form.emails.data.split(",")]) mail.send(msg) + flash("You invitations have been sent") return redirect(url_for("list_bills")) return render_template("send_invites.html", form=form) |
