Feature #409 - Submitting an image should redirect you back to user's
authorJoar Wandborg <git@wandborg.com>
Sun, 3 Jul 2011 05:50:35 +0000 (07:50 +0200)
committerJoar Wandborg <git@wandborg.com>
Sun, 3 Jul 2011 05:50:35 +0000 (07:50 +0200)
commit4dc7444119f81d1858a2f31457f3a86af1f6a72d
treee262b5adf109f42623c09b583f3973aca62e2a02
parent0e3400357d55caf9099f4288ce8aef90eff7867c
Feature #409 - Submitting an image should redirect you back to user's
page w/ a message

*   Successful submission redirects to the logged in user's page
    (your own, presumably).
*   "Woohoo! Submitted!" is launched into the tube of session messages
    to appear on next pageload. If you're not aborting in the window
    of 210ms it takes for the client to respond to the 302 and load
    the logged in user's/your page that is, YMMV.
mediagoblin/submit/views.py