{% extends "misago/base.html" %} {% load i18n %} {% block title %}{% trans "Request activation link" %} | {{ block.super }}{% endblock %} {% block content %}

{% trans "The site administrator may impose a requirement on newly registered accounts to be activated before users will be able to sign in." %}

{% trans "Depending on the time of registration, you will be able to activate your account by clicking a special activation link. This link will be valid only for your browser, for seven days or until your account is activated." %}

{% blocktrans trimmed %} To receive this link, enter your account's e-mail address in the form and press the "Send link" button. {% endblocktrans %}

{% endblock content %}