From f36c36b96e796c5253d3c04e347c8296fbc189b7 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Fri, 22 Jan 2021 19:28:58 +0100 Subject: [PATCH] Les gens sont trop rapides --- apps/registration/views.py | 2 +- tfjm/templates/base.html | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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...