aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/views/settings_password.html
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-04-29 14:55:45 +0300
committerGravatar Vitaly Takmazov2020-04-29 14:55:45 +0300
commita9521ab38dbc25d55a792d07940e3fc6c674e50a (patch)
tree76ce46db0f74153b7a829c2f51b2717adaa6b5d1 /src/main/resources/templates/views/settings_password.html
parent6f723da6ec8f7a3f005358862e081c211243f25f (diff)
Button style
Diffstat (limited to 'src/main/resources/templates/views/settings_password.html')
-rw-r--r--src/main/resources/templates/views/settings_password.html2
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>