Compare commits

..

No commits in common. "afc23ae519a872867c074c2269cbefcaa6bd06c1" and "4290010cc6ec3414be7792c235241dfba217b336" 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();