update-deps #717

Merged
philipp merged 10 commits from update-deps into staging 2024-09-02 21:04:43 +02:00
Showing only changes of commit afc23ae519 - Show all commits

View File

@ -111,7 +111,7 @@ async fn index_admin(
#[get("/user/fees")]
async fn fees(
db: &State<SqlitePool>,
user: AllowedToEditPaymentStatusUser,
user: VorstandUser,
flash: Option<FlashMessage<'_>>,
) -> Template {
let mut context = Context::new();