From 16fcfd284e3a99bc57449f18501e6f75e91c9d94 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sun, 21 Aug 2011 21:55:47 +0200 Subject: Add a flash message + the name of the site when sending invitations --- budget/web.py | 1 + 1 file changed, 1 insertion(+) (limited to 'budget/web.py') 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) -- cgit v1.1