{% extends "base.html" %} {% block title %}{% trans "Account not activated" %} - {{ block.super }}{% endblock %} {% block content %}

{% trans "Account not activated" %}

{% blocktrans %}It seems your {{ SITE_NAME }} website account has not been activated. You have to click on the link provided in the activation email which we have sent you.{% endblocktrans %}

{% trans "Feel free to contact us if you think something went wrong." %}

{% endblock %}