add debug trait; switch to proper name of form field (rowerS)

This commit is contained in:
2023-09-23 18:12:48 +02:00
parent 52b6dc4e09
commit 1f801b0436
2 changed files with 9 additions and 8 deletions

View File

@ -48,6 +48,8 @@ async fn index(
let on_water = Logbook::on_water(db).await;
println!("{on_water:?}");
let mut context = Context::new();
if let Some(msg) = flash {
context.insert("flash", &msg.into_inner());