show header in kiosk mode
This commit is contained in:
@ -36,6 +36,7 @@ async fn index_kiosk(
|
||||
context.insert("boatdamages", &boatdamages);
|
||||
context.insert("boats", &boats);
|
||||
context.insert("coxes", &coxes);
|
||||
context.insert("show_kiosk_header", &true);
|
||||
|
||||
Template::render("boatdamages", context.into_json())
|
||||
}
|
||||
|
Reference in New Issue
Block a user