Update the delete item to use the _id after all... it's the safest way.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 5 Dec 2011 14:35:42 +0000 (08:35 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 5 Dec 2011 14:35:42 +0000 (08:35 -0600)
commitbcc9ee3205dfc6bc2b5e5dacb09de89121eb3782
treefd6b84e850f20fe0b4ef76ae2d2050c0143f934d
parent38f102515a84c1da25a9dab56d2fe7731412f4f5
Update the delete item to use the _id after all... it's the safest way.

See http://bugs.foocorp.net/issues/695
mediagoblin/decorators.py
mediagoblin/templates/mediagoblin/user_pages/media.html
mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html
mediagoblin/tests/test_submission.py