{% extends "misago/base.html" %} {% load i18n %} {% block title %}{% trans "Activation sent" %} | {{ block.super }}{% endblock %} {% block content %}
{% blocktrans trimmed with email=requesting_user.email %} We have sent an e-mail to {{ email }} with a link that you have to click to activate your account. {% endblocktrans %}