{% extends 'userena/base_userena.html' %} {% load i18n %} {% block title %}{% trans "Account re-activation succeeded." %}{% endblock %} {% block content_title %}

{% trans "Account re-activation" %}

{% endblock %} {% block content %}

{% blocktrans %}You requested a new activation of your account..{% endblocktrans %}

{% blocktrans %}You have been sent an e-mail with an activation link to the supplied email.{% endblocktrans %}

{% blocktrans %}We will store your signup information for {{ userena_activation_days }} days on our server. {% endblocktrans %}

{% endblock %}