{% extends "base.html" %} {% load i18n %} {% load static_url %} {% 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 "Unauthorized confirmation code" %}{% endblock %} {% block text_title %}
{% blocktrans %}You are not authorized to use this confirmation code. If this URL was sent to you by email, please make sure you open it in the same browser where you requested it. {% endblocktrans %}
{% blocktrans %}You can also seek further assistance on:{% endblocktrans %}
{{ "support_form"|static_url }} {% endblock %}