diff options
Diffstat (limited to 'templates/user/auth/forgot_passwd.tmpl')
-rw-r--r-- | templates/user/auth/forgot_passwd.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/auth/forgot_passwd.tmpl b/templates/user/auth/forgot_passwd.tmpl index 2ff7acb97d..59789ef7cb 100644 --- a/templates/user/auth/forgot_passwd.tmpl +++ b/templates/user/auth/forgot_passwd.tmpl @@ -19,7 +19,7 @@ <div class="ui divider"></div> <div class="inline field"> <label></label> - <button class="ui blue button">{{.i18n.Tr "auth.send_reset_mail"}}</button> + <button class="ui primary button">{{.i18n.Tr "auth.send_reset_mail"}}</button> </div> {{else if .IsResetDisable}} <p class="center"> |