{% extends "base.html" %} {% load i18n %} {#{% load auth_openid_extras %}#} {% block content %}

{% trans "Registration" %}

{{ form.as_p }}

{#{% openid_login_form "Registration with OpenID account" %}#} {% endblock %}