{% extends "registration/layout.html" %} {% load users_registration %} {% block accounts %} {% get_settings_value "USERS_REGISTRATION_MODE" as registration_mode %} {% get_settings_value "EMAIL_REGISTRATION_APPROVE" as support_email %} {% if registration_mode == 'RESTRICTED' %}

Congratulations, your email has been confirmed. Due to site policy an administrator must enable your account before you can access to the site.

If after a few days you have not received any response, please contact {{ support_email }}

{% else %} {# REGISTRATION OPEN #}

Congratulations, your account has been enabled.

{% endif %}

home

{% endblock %}