replace-main-with-fix #1135

Merged
philipp merged 3 commits from replace-main-with-fix into staging 2025-10-02 00:32:19 +02:00

View File

@@ -65,7 +65,7 @@ async fn index(db: &State<SqlitePool>, user: User, flash: Option<FlashMessage<'_
let date = chrono::Utc::now();
if date.month() <= 3 || date.month() >= 10 {
//context.insert("show_quick_ergo_button", "yes");
// context.insert("show_quick_ergo_button", "yes");
}
context.insert("achievements", &Achievements::for_user(db, &user).await);