staging #716

Merged
philipp merged 7 commits from staging into main 2024-09-02 11:36:48 +02:00
Showing only changes of commit afc23ae519 - Show all commits

View File

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