diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-12-29 23:01:53 -0800 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-12-29 23:01:53 -0800 |
| commit | 689df3b2a8a8d7d79d18cd5e9bbc4beba6b12f4c (patch) | |
| tree | 4a7553346b011493aea5f11bbded3c9a7a4e9c8b /templates/login.html.template | |
| parent | a6840f568b33aa030edafa0d007647f4303a4ca9 (diff) | |
| download | roseh.moe-689df3b2a8a8d7d79d18cd5e9bbc4beba6b12f4c.tar.zst | |
Fix error messages
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}}"> |
