From 9636d4a6767f49384d5c386bc3f1142c88b90613 Mon Sep 17 00:00:00 2001 From: Alvin Li Date: Tue, 13 Aug 2013 14:13:24 +0800 Subject: cloned from 'bitbucket', 2013/08/13 --- 97suifangqa/templates/registration/login.html | 47 ++++++++++++++++++++++ 97suifangqa/templates/registration/logout.html | 0 .../registration/password_change_done.html | 0 .../registration/password_change_form.html | 0 .../registration/password_reset_complete.html | 0 .../registration/password_reset_confirm.html | 0 .../registration/password_reset_done.html | 0 .../registration/password_reset_email.html | 0 .../registration/password_reset_form.html | 0 .../registration/password_reset_subject.txt | 0 97suifangqa/templates/registration/signup.html | 24 +++++++++++ 11 files changed, 71 insertions(+) create mode 100644 97suifangqa/templates/registration/login.html create mode 100644 97suifangqa/templates/registration/logout.html create mode 100644 97suifangqa/templates/registration/password_change_done.html create mode 100644 97suifangqa/templates/registration/password_change_form.html create mode 100644 97suifangqa/templates/registration/password_reset_complete.html create mode 100644 97suifangqa/templates/registration/password_reset_confirm.html create mode 100644 97suifangqa/templates/registration/password_reset_done.html create mode 100644 97suifangqa/templates/registration/password_reset_email.html create mode 100644 97suifangqa/templates/registration/password_reset_form.html create mode 100644 97suifangqa/templates/registration/password_reset_subject.txt create mode 100644 97suifangqa/templates/registration/signup.html (limited to '97suifangqa/templates/registration') diff --git a/97suifangqa/templates/registration/login.html b/97suifangqa/templates/registration/login.html new file mode 100644 index 0000000..d0e98fc --- /dev/null +++ b/97suifangqa/templates/registration/login.html @@ -0,0 +1,47 @@ +{% extends "picture-base.html" %} +{% load staticfiles %} +{% block bodyclasses %}{{ block.super }} registration login{% endblock %} +{% block othercss %} + +{% endblock %} +{% block body %} +

登录97随访 科学了解乙肝治疗

+

+

+ + 新浪微博账号登录 +

+ + +

+ + 腾讯QQ账号登录 +

+ +
{% csrf_token %} + + + + + + + + + + + + + + + + +   |   + 还没有帐号? +
+{% endblock body%} diff --git a/97suifangqa/templates/registration/logout.html b/97suifangqa/templates/registration/logout.html new file mode 100644 index 0000000..e69de29 diff --git a/97suifangqa/templates/registration/password_change_done.html b/97suifangqa/templates/registration/password_change_done.html new file mode 100644 index 0000000..e69de29 diff --git a/97suifangqa/templates/registration/password_change_form.html b/97suifangqa/templates/registration/password_change_form.html new file mode 100644 index 0000000..e69de29 diff --git a/97suifangqa/templates/registration/password_reset_complete.html b/97suifangqa/templates/registration/password_reset_complete.html new file mode 100644 index 0000000..e69de29 diff --git a/97suifangqa/templates/registration/password_reset_confirm.html b/97suifangqa/templates/registration/password_reset_confirm.html new file mode 100644 index 0000000..e69de29 diff --git a/97suifangqa/templates/registration/password_reset_done.html b/97suifangqa/templates/registration/password_reset_done.html new file mode 100644 index 0000000..e69de29 diff --git a/97suifangqa/templates/registration/password_reset_email.html b/97suifangqa/templates/registration/password_reset_email.html new file mode 100644 index 0000000..e69de29 diff --git a/97suifangqa/templates/registration/password_reset_form.html b/97suifangqa/templates/registration/password_reset_form.html new file mode 100644 index 0000000..e69de29 diff --git a/97suifangqa/templates/registration/password_reset_subject.txt b/97suifangqa/templates/registration/password_reset_subject.txt new file mode 100644 index 0000000..e69de29 diff --git a/97suifangqa/templates/registration/signup.html b/97suifangqa/templates/registration/signup.html new file mode 100644 index 0000000..935dde2 --- /dev/null +++ b/97suifangqa/templates/registration/signup.html @@ -0,0 +1,24 @@ +{% extends "picture-base.html" %} +{% load staticfiles %} +{% block bodyclasses %}{{ block.super }} registration signup{% endblock %} +{% block othercss %} + +{% endblock %} +{% block body %} +

注册97随访 科学了解乙肝治疗

+
{% csrf_token %} + + {% for item in form %} + + + + + {% endfor %} +
+ + {{ item.errors|join:"" }}
+ +   | +   已有账号 +
+{% endblock body %} -- cgit v1.2.2