From 15b13700f147e3a454bec63276e6c77ffa00fb37 Mon Sep 17 00:00:00 2001 From: Johan Lundberg Date: Tue, 10 May 2011 12:58:13 +0200 Subject: Minor fix. --- templates/changepw/index.html | 2 +- templates/changepw/reset_password.html | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/changepw/index.html b/templates/changepw/index.html index ef9a95b..40dd8b3 100644 --- a/templates/changepw/index.html +++ b/templates/changepw/index.html @@ -5,7 +5,7 @@ {% block content %}

Password Manager

- Hello {{ full_name }},
+ Hello {{ full_name|capfirst }},
Welcome to the password management site.

diff --git a/templates/changepw/reset_password.html b/templates/changepw/reset_password.html index a9e49e2..d231f51 100644 --- a/templates/changepw/reset_password.html +++ b/templates/changepw/reset_password.html @@ -4,15 +4,14 @@ {% block title %}Password reset{% endblock %} {% block content %}

Password reset

- {% if return_value == 0 %}

Here is your new password:

- + - +
Username:{{ username }}Username:{{ username }}
Password:{{ username }}/pppPassword:{{ new_password }}
{% else %} -- cgit v1.1