diff options
author | Vitaly Takmazov | 2020-04-29 14:55:45 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-04-29 14:55:45 +0300 |
commit | a9521ab38dbc25d55a792d07940e3fc6c674e50a (patch) | |
tree | 76ce46db0f74153b7a829c2f51b2717adaa6b5d1 /src/main/resources/templates/views/settings_password.html | |
parent | 6f723da6ec8f7a3f005358862e081c211243f25f (diff) |
Button style
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> |