From 7e4f1d542e00b4d3121da6ae5524e95867f2371b Mon Sep 17 00:00:00 2001 From: root Date: Fri, 13 Nov 2009 20:18:55 -0500 Subject: better comments, email subscriptions, corrected view counter, some ie7 issues, wiki optional with settings.WIKI_ON, site can be mounted on arbitrary url prefix, english language improvements, added feedback form, versioned css and js files to force browser cache reload when settings.RESOURCE_REVISION is incremented , other fixes --- templates/authopenid/changepw.html | 33 ++++++++------------------------- 1 file changed, 8 insertions(+), 25 deletions(-) (limited to 'templates/authopenid/changepw.html') diff --git a/templates/authopenid/changepw.html b/templates/authopenid/changepw.html index 0e90b172..8b059544 100644 --- a/templates/authopenid/changepw.html +++ b/templates/authopenid/changepw.html @@ -1,34 +1,17 @@ {% extends "base.html" %} {% load i18n %} - -{% block head %} - -{% endblock %} - - - +{% block head %}{% endblock %} +{% block title %}{% spaceless %}{% trans "Change password" %}{% endspaceless %}{% 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 %} - +
{% trans "Account: change password" %}
+

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

- -
{{ form.oldpw }}
-
{{ form.password1 }}
-
{{ form.password2 }}
-

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