diff options
Diffstat (limited to 'templates/changepw/reset_password.html')
-rw-r--r-- | templates/changepw/reset_password.html | 5 |
1 files changed, 2 insertions, 3 deletions
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 %} <h2>Password reset</h2> - {% if return_value == 0 %} <p>Here is your new password:</p> <table> <tr> - <td>Username:</td><td>{{ username }}</td> + <th>Username:</th><td>{{ username }}</td> </tr> <tr> - <td>Password:</td><td>{{ username }}/ppp</td> + <th>Password:</th><td>{{ new_password }}</td> </tr> </table> {% else %} |