{% extends "misago/base.html" %} {% load i18n %} {% block title %}{% trans "Request activation link" context "account activation page" %} | {{ 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." context "account activation page" %}
{% 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." context "account activation page" %}
{% blocktrans trimmed context "account activation page" %} To receive this link, enter your account's e-mail address and press the "Send link" button. {% endblocktrans %}