Skip to content

Commit

Permalink
Switched another superusr_required -> staff_member_required
Browse files Browse the repository at this point in the history
  • Loading branch information
gregdetre committed Oct 23, 2011
1 parent 13d6ace commit 98a4a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangosampler/views.py
Expand Up @@ -104,7 +104,7 @@ def index(request):
'offset': 0
}))

@superuser_required
@staff_member_required
def clear(request):
Sample.objects.all().delete()
Stack.objects.all().delete()
Expand Down

0 comments on commit 98a4a7d

Please sign in to comment.