1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 03:18:27 +02:00

Les gens sont trop rapides

This commit is contained in:
Yohann D'ANELLO
2021-01-22 19:28:58 +01:00
parent b222a71d45
commit f36c36b96e
2 changed files with 4 additions and 2 deletions

View File

@ -40,7 +40,7 @@ class SignupView(CreateView):
"""
model = User
form_class = SignupForm
template_name = "registration/signup.html"
template_name = "registration/sign-up.html"
extra_context = dict(title=_("Sign up"))
def get_context_data(self, **kwargs):