{% extends "registration/base_site.html" %} {% load i18n %} {% block bodyclass %}{{ block.super }}login{% endblock %} {% block header-align %}center{% endblock %} {% block content %}
{% if title %}{{ title }}{% endif %}

{% trans "Thanks for spending some quality time with the Web site today." %}

{% endblock %}