From 4347c2947834fe7f2edf2b457b2d513454fc6a03 Mon Sep 17 00:00:00 2001
From: Mike Chen
Date: Sun, 5 Jul 2009 10:23:30 +0800
Subject: initiliaze git rep
---
templates/authopenid/complete.html | 66 ++++++++++++++++++++++++++++++++++++++
1 file changed, 66 insertions(+)
create mode 100644 templates/authopenid/complete.html
(limited to 'templates/authopenid/complete.html')
diff --git a/templates/authopenid/complete.html b/templates/authopenid/complete.html
new file mode 100644
index 00000000..fd243f28
--- /dev/null
+++ b/templates/authopenid/complete.html
@@ -0,0 +1,66 @@
+{% extends "base.html" %}
+{% block head %}{% endblock %}
+{% block title %}{% spaceless %}绑定OpenID{% endspaceless %}{% endblock %}
+{% block content %}
+
+ 绑定OpenID帐号
+
+
+
+
您的OpenID帐号已经验证通过! 请完成最后一步 - 绑定OpenID到您的帐号。
+ 输入您的新帐号或者指定已经存在的帐号。
+
+
+ {% if form1.errors %}
+
+ 请注意以下错误:
+
+ {% if form1.username.errors %}
+ - {{ form1.username.errors|join:", " }}
+ {% endif %}
+ {% if form1.email.errors %}
+ - {{ form1.email.errors|join:", " }}
+ {% endif %}
+
+
+ {% endif %}
+ {% if form2.errors %}
+
+ 请注意以下错误:
+
+ {% if form2.username.errors %}
+ - {{ form2.username.errors|join:", " }}
+ {% endif %}
+ {% if form2.password.errors %}
+ - {{ form2.password.errors|join:", " }}
+ {% endif %}
+
+
+ {% endif %}
+
+
+
+{% endblock %}
+
+
+
--
cgit v1.2.3-1-g7c22