diff options
Diffstat (limited to 'templates/changepw/index.html')
-rw-r--r-- | templates/changepw/index.html | 2 |
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> |