{% extends "registration/base_registration.html" %} {% load i18n %} {% block title %}{% if account %}Activation complete{% else %}Activation problem{% endif %}{% endblock %} {% block registration_content %}

Account Activation

{% if account %}
Thanks {{ account }}, your account activation is now completed! You may now log in using the username and password you set at registration.
{% else %}
Oops – it seems that your activation key is invalid. Please check the url again.
{% endif %} {% endblock %}