{% extends "registration/base.html" %} {% block title %}Account activated{% endblock %} {% block content %}

Account activation

{% if account %}

Account was successfully activated. Feel free to log in.

{% else %}

Account was not activated. Please check your link, it might be wrong or it has expired (activation keys are valid for {{ expiration_days}} days).

{% endif %} {% endblock %}