diff --git a/apps/registration/views.py b/apps/registration/views.py index 0610eee..826f828 100644 --- a/apps/registration/views.py +++ b/apps/registration/views.py @@ -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): diff --git a/tfjm/templates/base.html b/tfjm/templates/base.html index 2c9f2f3..789eb2c 100644 --- a/tfjm/templates/base.html +++ b/tfjm/templates/base.html @@ -162,7 +162,9 @@ {% endblocktrans %} {% endif %} -
+
+
La plateforme ouvre bientôt ! N'essayez pas de vous créer un compte : tout compte créé avec succès sera supprimé aussitôt :) Patience ...
+
{% block content %}

Default content...