groups #104

Merged
philipp merged 7 commits from groups into main 2023-12-30 17:14:04 +01:00
Showing only changes of commit c9c7ad967d - Show all commits

View File

@ -58,7 +58,6 @@ async fn index(db: &State<SqlitePool>, user: User, flash: Option<FlashMessage<'_
context.insert("flash", &msg.into_inner());
}
context.insert("loggedin_user", &UserWithRoles::from_user(user, db).await);
context.insert("days", &days);
Template::render("index", context.into_json())
}