{% 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 "Can not use confirmation code while logged in" %}{% endblock %} {% block text_title %}

{% trans "Can not use confirmation code while logged in" %}

{% endblock %} {% block content %}

{% blocktrans %} You have attempted to confirm an account while logged in as someone else. We've cancelled your request. Please log out and create your new account again. {% endblocktrans %}

{% endblock %}