{% 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 "Invalid identifier" %}{% endblock %} {% block content %}
{% blocktrans with root_url="sso_root"|static_url %} A site identifying as {{ trust_root }} has asked us for confirmation that {{ identifier }} is your identity URL. However, that is not a valid OpenID identity URL for this site, such as {{ root_url }}~USER. {% endblocktrans %}
{% endblock %}