{% load i18n future %} {% block main %}

{% trans "Hey there, your account has been activated." %}

{% trans "Please use the link below to log in." %}

http://http://{{ request.get_host }}{% url "login" %}

{% endblock %}