{% extends "base_site.html" %} {% load i18n %} {% block bodyclass %}login{% endblock %} {% block content_title %}{% endblock %} {% block breadcrumbs %}{% endblock %} {% block branding %}

Compte activé

{% endblock %} {% block content %}

{% if account %} Congratulations!

You account is now activated. You now have access to your personal page. {% else %} Bad identification!

Either this key is invalid, or the account has already been activated. {% endif%}

greetings,
Colibri team {% endblock %}