Return code 403 when accessing admin pages
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 15 Nov 2012 14:41:06 +0000 (15:41 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 29 Nov 2012 08:10:43 +0000 (09:10 +0100)
commit60de3209b923db71fc126bca4c34e0bf34752726
tree0ffccd68f8ef8e2404ae6487dc1cedd68d8d9558
parent6b5f1ca79b42b977ea5f436ac7ab329fd2da1b6b
Return code 403 when accessing admin pages

without being an admin. Previously we were just returning a 404 page
and this confused the heck out of me, as I did not understand why the
admin pages were not there at all (I was no admin).

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
mediagoblin/admin/views.py