{% extends "base.html" %} {% block content %}

OpenID endpoint

This URI serves as an OpenID endpoint. You should not ever need to access it directly.

{% if error %}

The OpenID server is unable to parse the request for the reason explained below:

{{ error }}
{% endif %}

{% endblock %} {# vim:se fileencoding=utf8 et ts=4 sts=4 sw=4 ft=htmldjango : #}