{% extends "../baseOffline.html" %} {% load static %} {% load project_extras %} {% block otherCSS %}{% endblock %} {% block title %} Registration validation {% endblock %} {% block content %}

You are going to receive an email soon to validate the creation of your account

Please, check your email box and follow the instruction to finalize the registration process

{% include "dist/project/auth/authFooter.html" %}
{% endblock %} {% include "dist/project/import/importJS.html" %} {% block otherJS %}{% endblock %}