diff options
author | Vika <vika@fireburn.ru> | 2024-08-17 16:38:45 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-08-18 00:12:56 +0300 |
commit | af991d651ff6a7fca7a0ecafd28a27bda15f884f (patch) | |
tree | d01d4524333edf3daf0fd7666ec9e46bbdf0610f /templates | |
parent | b040ddf7fc6dab0c1b5eff736566126b43ea31d4 (diff) | |
download | kittybox-af991d651ff6a7fca7a0ecafd28a27bda15f884f.tar.zst |
kittybox-frontend-renderer: add a notice to pester me on non-descriptive errors
Diffstat (limited to 'templates')
-rw-r--r-- | templates/src/templates.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/src/templates.rs b/templates/src/templates.rs index 0196289..4f7970c 100644 --- a/templates/src/templates.rs +++ b/templates/src/templates.rs @@ -137,6 +137,11 @@ markup::define! { "There was an undescribed error in your request. " "Please try again later or with a different request." } + p { small { + "Also pester " + a[href="https://fireburn.ru/"] { "Vika" } + " for better error messages." + } } } Some(msg) => { p { |