diff options
Diffstat (limited to 'src/main/resources/templates/views/settings_password.html')
-rw-r--r-- | src/main/resources/templates/views/settings_password.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/views/settings_password.html b/src/main/resources/templates/views/settings_password.html index aba0b139..99c1676e 100644 --- a/src/main/resources/templates/views/settings_password.html +++ b/src/main/resources/templates/views/settings_password.html @@ -5,7 +5,7 @@ <legend>Changing your password</legend> <form action="/settings" method="post"> <input type="hidden" name="page" value="password"/> - <p>Change password: <input type="password" name="password" size="8"/> <input type="submit" + <p>Change password: <input type="password" name="password" size="8"/> <input class="Button" type="submit" value=" Update "/><br/> <i>(max. length - 16 symbols)</i></p> </form> |