add-ergo-role #1143

Merged
philipp merged 81 commits from add-ergo-role into main 2025-10-07 16:53:09 +02:00
Showing only changes of commit 452d257c7a - Show all commits

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);