Small code formatting
This commit is contained in:
parent
d84496b0de
commit
a2a3cc1f5a
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ class SignupView(CreateView):
|
|||
|
||||
|
||||
class PasswordResetView(PasswordResetViewMixin):
|
||||
site='dcl'
|
||||
site = 'dcl'
|
||||
template_name = 'hosting/reset_password.html'
|
||||
form_class = PasswordResetRequestForm
|
||||
success_url = reverse_lazy('hosting:login')
|
||||
|
|
Loading…
Reference in a new issue