Compare commits

..

No commits in common. "fdd9c3bdffd8352a3b475156ff4e40f58b0d5f34" and "396aa204a467582000d513540f8c8e1f91f0cf75" have entirely different histories.

View File

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