allow-retro-logbookentry #710

Merged
philipp merged 2 commits from allow-retro-logbookentry into staging 2024-08-23 12:46:14 +02:00
Showing only changes of commit fdd9c3bdff - 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();