{% extends "base.html" %} {% block title %}Sign in with your OpenID{% endblock %} {% block content %}
{% csrf_token %}

{{ form.openid_identifier }} {{ form.openid_identifier.errors }} {% if next %} {% endif %}
{% endblock %}