From 35b666224a05fbd249b1c51a0a48fb95b246fe9a Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:15:28 -0400 Subject: adding all files again --- templates/authopenid/signup.html | 52 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 templates/authopenid/signup.html (limited to 'templates/authopenid/signup.html') diff --git a/templates/authopenid/signup.html b/templates/authopenid/signup.html new file mode 100644 index 00000000..a4460aa3 --- /dev/null +++ b/templates/authopenid/signup.html @@ -0,0 +1,52 @@ +{% extends "base.html" %} +{% block title %}{% spaceless %}{% trans "Signup" %}{% endspaceless %}{% endblock %} + +{% block content %} +
+

{% trans "Signup" %}

+ +
+
+

{% trans "We support two types of user registration: conventional username/password, and" %} {% trans "the OpenID method" %}.

+ + {% if form.errors %} + +

+ {% trans "Sorry, looks like we have some errors" %}
+

+

+ {% endif %} +
+
+
+ {% trans "Conventional registration" %} +

{{ form.username }}
+ +

{{ form.email }}
+

{{ form.password1 }}
+

{{ form.password2 }}
+ +
+
+
+
+
+ +
+
{{ form2.openid_url }}
+
+
+
+{% endblock %} -- cgit v1.2.3-1-g7c22