Removed stray comment in auth.views.

This commit is contained in:
Tim Graham 2015-02-09 07:50:47 -05:00
parent 8099d33b65
commit 1256274750
1 changed files with 0 additions and 3 deletions

View File

@ -25,9 +25,6 @@ from django.views.decorators.csrf import csrf_protect
from django.views.decorators.debug import sensitive_post_parameters
# Avoid shadowing the login() and logout() views below.
@sensitive_post_parameters()
@csrf_protect
@never_cache