From 1805f48fa06449053b33b00e6b639bb1ccbda9ba Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Fri, 1 Jan 2021 21:49:40 +0100 Subject: [PATCH] Fix signup --- .../templates/registration/signup.html | 39 ++++++++----------- locale/fr/LC_MESSAGES/django.po | 2 +- 2 files changed, 18 insertions(+), 23 deletions(-) diff --git a/apps/registration/templates/registration/signup.html b/apps/registration/templates/registration/signup.html index ee0eba1..f64fcc6 100644 --- a/apps/registration/templates/registration/signup.html +++ b/apps/registration/templates/registration/signup.html @@ -14,35 +14,30 @@
{% csrf_token %} {{ form|crispy }} -
- {{ student_registration_form|crispy }} -
-
- {{ coach_registration_form|crispy }} -
+
+ +
+ {{ student_registration_form|crispy }} +
+
+ {{ coach_registration_form|crispy }} +
{% endblock %} {% block extrajavascript %} {% endblock %} diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index e9e7ce1..771bd04 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -687,7 +687,7 @@ msgstr "date de naissance" #: apps/registration/models.py:128 msgid "address" -msgstr "Adresse IP" +msgstr "adresse" #: apps/registration/models.py:134 msgid "phone number"