diff options
author | GrailFinder <wohilas@gmail.com> | 2024-05-19 07:15:20 +0300 |
---|---|---|
committer | GrailFinder <wohilas@gmail.com> | 2024-05-19 07:15:20 +0300 |
commit | 9b52a88e971e70facc74778c133244f8a93b1f31 (patch) | |
tree | cbb1b3e03130848d96b43dd6f2684ecf3f8db59e /components/error.html | |
parent | 2e9b18944eac3dcaf8a006594cb338d94c07a447 (diff) |
Enha: avoid panic; check password at login
Diffstat (limited to 'components/error.html')
-rw-r--r-- | components/error.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/error.html b/components/error.html index 51b6b05..2fe8b70 100644 --- a/components/error.html +++ b/components/error.html @@ -1,6 +1,6 @@ {{define "error"}} <a href="/"> - <div class="bg-orange-100 border-l-4 border-orange-500 text-orange-700 p-4" role="alert"> + <div id=errorbox class="bg-orange-100 border-l-4 border-orange-500 text-orange-700 p-4" role="alert"> <p class="font-bold">An error from server</p> <p>{{.}}</p> <p>Click this banner to return to main page.</p> |