diff options
author | metamuffin <metamuffin@disroot.org> | 2025-05-31 13:11:36 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-05-31 13:11:36 +0200 |
commit | 373243a81f8c44fcfc6a3612ba46da2c6a3286c6 (patch) | |
tree | f2cee1099592d7a3771647cce58a3feb2ae462a9 /server/src/ui/error.rs | |
parent | 3e834092ba230ee081065a3b80ad227d585b5a13 (diff) | |
download | jellything-373243a81f8c44fcfc6a3612ba46da2c6a3286c6.tar jellything-373243a81f8c44fcfc6a3612ba46da2c6a3286c6.tar.bz2 jellything-373243a81f8c44fcfc6a3612ba46da2c6a3286c6.tar.zst |
use RenderInfo guard everywhere and start to use FlashMessage
Diffstat (limited to 'server/src/ui/error.rs')
-rw-r--r-- | server/src/ui/error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/ui/error.rs b/server/src/ui/error.rs index d9716f5..6fc3284 100644 --- a/server/src/ui/error.rs +++ b/server/src/ui/error.rs @@ -33,8 +33,8 @@ pub fn r_catch<'a>(status: Status, _request: &Request) -> RawHtml<String> { RenderInfo { importing: false, session: None, + lang: Language::English, }, - Language::English, )) } |