{% extends "base_content.html" %} {% comment %} views calling this template: * django_authopenid.views.register with login_type='openid' * django_authopenid.views.signin - with login_type='legacy' parameters: * provider * login_type openid|legacy * username (same as screen name or username in the models, and nickname in openid sreg) * form1 - OpenidRegisterForm * form2 - OpenidVerifyForm not clear what this form is supposed to do, not used for legacy * email_feeds_form forum.forms.EditUserEmailFeedsForm * openid_username_exists {% endcomment %} {% load i18n %} {% block head %}{% endblock %} {% block title %}{% spaceless %}{% trans "Connect your OpenID with this site" %}{% endspaceless %}{% endblock %} {% block content %}