{% 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 email address validation" %}{% endblock %} {% block text_title %}

{% blocktrans %}Validate {{ email }}?{% endblocktrans %}

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

{% blocktrans %}Are you sure you want to confirm and validate this email address?{% endblocktrans %}

{% csrf_token %}

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


{% endblock %}