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/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