diff options
Diffstat (limited to 'templates/login.html.template')
| -rw-r--r-- | templates/login.html.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/login.html.template b/templates/login.html.template index 8bdc613..e9ffe2b 100644 --- a/templates/login.html.template +++ b/templates/login.html.template @@ -2,7 +2,7 @@ <section> {{if .Error}} - <p class="login-error">Incorrect password</p> + <p class="login-error"><img class="inline" src="/static/angry.webp">Incorrect password</p> {{end}} <form class="password-form" action="/login" method="post"> <input type="hidden" name="redirect" value="{{.Redirect}}"> |
