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/changepw.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 templates/authopenid/changepw.html (limited to 'templates/authopenid/changepw.html') diff --git a/templates/authopenid/changepw.html b/templates/authopenid/changepw.html new file mode 100644 index 00000000..f3cf4be0 --- /dev/null +++ b/templates/authopenid/changepw.html @@ -0,0 +1,33 @@ +{% extends "base.html" %} +{% load i18n %} + +{% block head %} + +{% endblock %} + + + +{% block content %} +
+

+ {% trans "Account: change password" %} +

+
+

{% blocktrans %}This is where you can change your password. Make sure you remember it!{% endblocktrans %}

+{% if form.errors %} +

{% trans "Please correct errors below:" %}
+{{ form.errors }} +

+{% endif %} + +
+
+ +
{{ form.oldpw }}
+
{{ form.password1 }}
+
{{ form.password2 }}
+

+ +
+
+{% endblock %} -- cgit v1.2.3-1-g7c22