diff --git a/apps/registration/templates/registration/email_validation_complete.html b/apps/registration/templates/registration/email_validation_complete.html index dca26470..11a84fe9 100644 --- a/apps/registration/templates/registration/email_validation_complete.html +++ b/apps/registration/templates/registration/email_validation_complete.html @@ -5,14 +5,29 @@ SPDX-License-Identifier: GPL-3.0-or-later {% load i18n %} {% block content %} - {% if validlink %} - {% trans "Your email have successfully been validated." %} +
+ {% trans "Your email have successfully been validated." %} +
{% if user_object.profile.registration_valid %} +{% blocktrans %}You can now log in.{% endblocktrans %} +
{% else %} +{% trans "You must pay now your membership in the Kfet to complete your registration." %} +
{% endif %} - {% else %} - {% trans "The link was invalid. The token may have expired. Please send us an email to activate your account." %} - {% endif %} + {% else %} ++ {% trans "The link was invalid. The token may have expired. Please send us an email to activate your account." %} +
+ {% endif %} +- {% trans "An email has been sent. Please click on the link to activate your account." %} -
- -- {% trans "You must also go to the Kfet to pay your membership. The WEI registration includes the BDE membership." %} -
-{% endblock %} \ No newline at end of file ++ {% trans "An email has been sent. Please click on the link to activate your account." %} +
++ {% trans "You must also go to the Kfet to pay your membership. The WEI registration includes the BDE membership." %} +
+