add debug trait; switch to proper name of form field (rowerS)
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user