media_confirm_delete: redirect to next, then prev, then user home
authorAlon Levy <alon@pobox.com>
Fri, 16 Aug 2013 08:23:22 +0000 (11:23 +0300)
committerRodney Ewing <ewing.rj@gmail.com>
Sat, 17 Aug 2013 16:44:02 +0000 (09:44 -0700)
commite7b8059f17c98ee88d933af52b0c4d858e882e8e
tree537483d0c35c773e0b8f86d7a7465fe638617212
parente7c08e3550d19691d989d48d8d499eb7b2b9f80a
media_confirm_delete: redirect to next, then prev, then user home

Instead of redirecting directly to user's home. Makes the flow for mass or just
a few deletions easier. For really large deletions it would still make sense to
have a dedicated view, but this is still way better then losing context by
jumping back to the home view.

Signed-off-by: Alon Levy <alon@pobox.com>
mediagoblin/user_pages/views.py