allow vorstand to see fees

This commit is contained in:
philipp 2024-08-22 20:54:27 +02:00
parent 396aa204a4
commit ae6c129fd3

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