X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/ea3d7fcf702e372eac978d61b9af9dbad46543bb..fe7afb91d071aaf21034561840588e82425f3d8a:/floof/controllers/account.py?ds=inline diff --git a/floof/controllers/account.py b/floof/controllers/account.py index b48dc25..6459791 100644 --- a/floof/controllers/account.py +++ b/floof/controllers/account.py @@ -79,6 +79,7 @@ class AccountController(BaseController): # Remember who's logged in, and we're good to go session['user_id'] = user.id session.save() + h.flash(u'You are now logged in.') # XXX send me where I came from redirect('/')