{% extends "base.html" %} {% block title %}Rhizi - Sign up{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}

Sign up

{% if 'activation_success' == state %}

Congratulations! your account has been activated.
Please head over to the login page to access your account.

{% elif 'activation_failure' == state %}

Activation failure,
please try again later.

{% else %}
{% endif %}
{% endblock %}