From 0cd7ff512fe56fd0a11cb128bc9e617ab1ddecd6 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Fri, 22 Jan 2021 23:24:35 +0100 Subject: [PATCH] Unleash the beast --- apps/registration/views.py | 2 +- tfjm/templates/base.html | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/registration/views.py b/apps/registration/views.py index 826f828..0610eee 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/sign-up.html" + template_name = "registration/signup.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 789eb2c..b42fdcd 100644 --- a/tfjm/templates/base.html +++ b/tfjm/templates/base.html @@ -163,7 +163,11 @@ {% 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 ...
+
+ Les inscriptions sont désormais ouvertes ! Si jamais vous aviez essayé de vous inscrire le 22 janvier, + il est possible que votre compte ait été supprimé. Vous pouvez désormais le recréer. Merci pour votre + patience, et bon TFJM² ! :) +
{% block content %}