diff options
Diffstat (limited to 'kittybox-rs/templates/src/templates.rs')
-rw-r--r-- | kittybox-rs/templates/src/templates.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kittybox-rs/templates/src/templates.rs b/kittybox-rs/templates/src/templates.rs index 10c84a7..9826bfc 100644 --- a/kittybox-rs/templates/src/templates.rs +++ b/kittybox-rs/templates/src/templates.rs @@ -93,7 +93,7 @@ markup::define! { @Feed { feed } } ErrorPage(code: StatusCode, msg: Option<String>) { - h1 { @format!("HTTP {}", code) } + h1 { @format!("HTTP {code}") } @match *code { StatusCode::UNAUTHORIZED => { p { "Looks like you need to authenticate yourself before seeing this page. Try logging in with IndieAuth using the Login button above!" } |