Fix typo that breaks signup page
This commit is contained in:
parent
589d109cec
commit
143beaee9b
@ -6,5 +6,5 @@ from .forms import CustomUserCreationForm
|
|||||||
|
|
||||||
class SignUpView(CreateView):
|
class SignUpView(CreateView):
|
||||||
form_class = CustomUserCreationForm
|
form_class = CustomUserCreationForm
|
||||||
sucess_url = reverse_lazy("login")
|
success_url = reverse_lazy("login")
|
||||||
template_name = "registration/signup.html"
|
template_name = "registration/signup.html"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user