mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-02-12 19:01:18 +00:00
Compare commits
No commits in common. "f2ca4b74469b8507b1bf32bcde523748a46327a5" and "dbcf15c4f3159004879dc47e1966f0dcfba1629b" have entirely different histories.
f2ca4b7446
...
dbcf15c4f3
@ -19,11 +19,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||||||
</p>
|
</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>
|
<p>
|
||||||
{% if user.is_authenticated and user.registration.email_confirmed %}
|
{% trans "The link was invalid. The token may have expired. Please send us an email to activate your account." %}
|
||||||
{% trans "The link was invalid. The token may have expired, or your account is already activated. However, your account seems to be already valid." %}
|
|
||||||
{% else %}
|
|
||||||
{% trans "The link was invalid. The token may have expired, or your account is already activated. Please send us an email to activate your account." %}
|
|
||||||
{% endif %}
|
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
|
from django_tables2 import SingleTableView
|
||||||
|
|
||||||
from corres2math.tokens import email_validation_token
|
from corres2math.tokens import email_validation_token
|
||||||
from corres2math.views import AdminMixin
|
from corres2math.views import AdminMixin
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
@ -13,12 +15,11 @@ from django.urls import reverse_lazy
|
|||||||
from django.utils.http import urlsafe_base64_decode
|
from django.utils.http import urlsafe_base64_decode
|
||||||
from django.utils.translation import gettext_lazy as _
|
from django.utils.translation import gettext_lazy as _
|
||||||
from django.views.generic import CreateView, DetailView, RedirectView, TemplateView, UpdateView, View
|
from django.views.generic import CreateView, DetailView, RedirectView, TemplateView, UpdateView, View
|
||||||
from django_tables2 import SingleTableView
|
|
||||||
from magic import Magic
|
from magic import Magic
|
||||||
from participation.models import Phase
|
from participation.models import Phase
|
||||||
|
|
||||||
from .forms import CoachRegistrationForm, PhotoAuthorizationForm, SignupForm, StudentRegistrationForm, UserForm
|
from .forms import CoachRegistrationForm, PhotoAuthorizationForm, SignupForm, StudentRegistrationForm, UserForm
|
||||||
from .models import Registration, StudentRegistration
|
from .models import StudentRegistration, Registration
|
||||||
from .tables import RegistrationTable
|
from .tables import RegistrationTable
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Corres2math\n"
|
"Project-Id-Version: Corres2math\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2020-12-11 16:09+0100\n"
|
"POT-Creation-Date: 2020-12-11 14:03+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: Yohann D'ANELLO <yohann.danello@animath.fr>\n"
|
"Last-Translator: Yohann D'ANELLO <yohann.danello@animath.fr>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -891,21 +891,13 @@ msgstr "Votre email a été validé avec succès."
|
|||||||
msgid "You can now <a href=\"%(login_url)s\">log in</a>."
|
msgid "You can now <a href=\"%(login_url)s\">log in</a>."
|
||||||
msgstr "Vous pouvez désormais vous <a href=\"%(login_url)s\">connecter</a>."
|
msgstr "Vous pouvez désormais vous <a href=\"%(login_url)s\">connecter</a>."
|
||||||
|
|
||||||
#: apps/registration/templates/registration/email_validation_complete.html:23
|
#: apps/registration/templates/registration/email_validation_complete.html:22
|
||||||
msgid ""
|
msgid ""
|
||||||
"The link was invalid. The token may have expired, or your account is already "
|
"The link was invalid. The token may have expired. Please send us an email to "
|
||||||
"activated. However, your account seems to be already valid."
|
"activate your account."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Le lien est invalide. Le jeton a peut-être expiré, ou votre compte est déjà "
|
"Le lien est invalide. Le jeton a peut-être expiré. Merci de nous envoyer un "
|
||||||
"activé. Toutefois, il semble que votre compte est déjà valide."
|
"mail pour activer votre compte."
|
||||||
|
|
||||||
#: apps/registration/templates/registration/email_validation_complete.html:25
|
|
||||||
msgid ""
|
|
||||||
"The link was invalid. The token may have expired, or your account is already "
|
|
||||||
"activated. Please send us an email to activate your account."
|
|
||||||
msgstr ""
|
|
||||||
"Le lien est invalide. Le jeton a peut-être expiré, ou votre compte est déjà "
|
|
||||||
"activé. Merci de nous envoyer un mail pour activer votre compte."
|
|
||||||
|
|
||||||
#: apps/registration/templates/registration/email_validation_email_sent.html:10
|
#: apps/registration/templates/registration/email_validation_email_sent.html:10
|
||||||
msgid "Account activation"
|
msgid "Account activation"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user