{% extends "base.html" %} {% load i18n %} {% comment %} Copyright 2010 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% block title %}{% trans "Complete your registration" %}{% endblock %} {% block extra_header_top %} {% endblock %} {% block text_title %}

{{ brand.complete_reg }}

{% endblock %} {% block content_id %}auth{% endblock %} {% block content %}

{% blocktrans %}The account for {{ email }} is ready to be created.{% endblocktrans %}

{% csrf_token %}

{% trans "or" %} {% trans "cancel" %}

 
{% endblock %}