PEP8 cleanups.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-07-24 20:30:46 -04:00
parent 459771ba4f
commit 4096b8b882
22 changed files with 33 additions and 36 deletions

View File

@@ -83,7 +83,7 @@ def password_reset_complete_view(request):
return password_reset_complete(
request, extra_context=extra_context,
template_name= 'authentication/password_reset_complete.html'
template_name='authentication/password_reset_complete.html'
)