Skip to content

Commit 01ba541

Browse files
author
Guillim
committed
fixing trailing spaces (PEP8 requirement)
1 parent 90690fd commit 01ba541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/authentification/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def get(self, request, *args, **kwargs):
2020

2121
def post(self, request, *args, **kwargs):
2222
form = self.form_class(request.POST)
23-
23+
2424
# here we make sure that a post request won't trigger a subscription in case allow_signup is False
2525
if not bool(settings.ALLOW_SIGNUP):
2626
return redirect('signup')

0 commit comments

Comments
 (0)