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

Unleash the beast

This commit is contained in:
Yohann D'ANELLO
2021-01-22 23:24:35 +01:00
parent a9f3cb7d3a
commit 0cd7ff512f
2 changed files with 6 additions and 2 deletions

View File

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