From 2acb62174ab2cac9c7a88faafcb5f0a22a54db6f Mon Sep 17 00:00:00 2001 From: Mike Chen Date: Sun, 5 Jul 2009 10:23:06 +0800 Subject: initiliaze git rep --- templates/authopenid/signup.html | 51 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 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..e51544f7 --- /dev/null +++ b/templates/authopenid/signup.html @@ -0,0 +1,51 @@ +{% extends "base.html" %} +{% block title %}{% spaceless %}注册帐号{% endspaceless %}{% endblock %} + +{% block content %} +
+

注册帐号

+ +
+
+

我们支持两种注册方式,你可以使用常规的用户名、密码方式注册,或者使用OpenID帐号注册

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

+ 请注意以下错误:
+

+

+ {% endif %} +
+
+
+ 常规注册 +

{{ form.username }}
+ +

{{ form.email }}
+

{{ form.password1 }}
+

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