{% extends "base.htm" %} {% load i18n %} {% block title %}{% endblock %} {% block content %}

Account successfully activated

{% if account %}

{% with account.username as username %} Thank you for registering!
From now on, you can login with your username ({{ username }}). {% endwith %}

{% else %}

Either the link was invalid, or you didn't activate your account within {{ expiration_days }} days after the registration. Please register again.

{% endif %} {% endblock %}