From 633e5f80cd208aea314b98355f258c23944b13fd Mon Sep 17 00:00:00 2001 From: Johan Lundberg Date: Tue, 17 May 2011 16:02:13 +0200 Subject: Template change. --- templates/changepw/change_other.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/templates/changepw/change_other.html b/templates/changepw/change_other.html index 67e5554..5506941 100644 --- a/templates/changepw/change_other.html +++ b/templates/changepw/change_other.html @@ -18,19 +18,22 @@ {{ field.label_tag }}: - {{ field }} + {{ field }} + + + {% endfor %} -{% endif %} +{% else %} {% if return_value == 0 %} -

Changed successfully.

- {% else %} -

Something went wrong. Please contact an administrator.

-

Return code: {{ return_value }}

+

Changed successfully.

+ {% else %} +

Something went wrong. Please contact an administrator.

+

Return code: {{ return_value }}

+ {% endif %} {% endif %} -

Back
Log out -- cgit v1.1