summaryrefslogtreecommitdiff
path: root/templates/changepw/index.html
diff options
context:
space:
mode:
authorJohan Lundberg <lundberg@nordu.net>2011-05-10 12:58:13 +0200
committerJohan Lundberg <lundberg@nordu.net>2011-05-10 12:58:13 +0200
commit15b13700f147e3a454bec63276e6c77ffa00fb37 (patch)
tree8eb56c82c3ae00a7ee822586b3c7d43172bb150b /templates/changepw/index.html
parent996a068062ba1d592eefb96868362c3a4f3edbd1 (diff)
Minor fix.
Diffstat (limited to 'templates/changepw/index.html')
-rw-r--r--templates/changepw/index.html2
1 files changed, 1 insertions, 1 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 %}
<h2>Password Manager</h2>
<p>
- Hello {{ full_name }},<br />
+ Hello {{ full_name|capfirst }},<br />
Welcome to the password management site.
</p>