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