{% extends "misago/base.html" %} {% load i18n %} {% block title %}{% trans "Account activated" context "account activation page" %} | {{ block.super }}{% endblock %} {% block content %}
check

{{ message }}

{% trans "You can now sign in to finish setting up your account and to participate in or start new discussions." context "account activation page" %}

{% endblock content %}