allow vorstand to see fees #709

Merged
philipp merged 1 commits from fix-permission into main 2024-08-22 20:55:25 +02:00
Showing only changes of commit ae6c129fd3 - 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();