Compare commits
No commits in common. "afc23ae519a872867c074c2269cbefcaa6bd06c1" and "4290010cc6ec3414be7792c235241dfba217b336" have entirely different histories.
afc23ae519
...
4290010cc6
@ -111,7 +111,7 @@ async fn index_admin(
|
|||||||
#[get("/user/fees")]
|
#[get("/user/fees")]
|
||||||
async fn fees(
|
async fn fees(
|
||||||
db: &State<SqlitePool>,
|
db: &State<SqlitePool>,
|
||||||
user: VorstandUser,
|
user: AllowedToEditPaymentStatusUser,
|
||||||
flash: Option<FlashMessage<'_>>,
|
flash: Option<FlashMessage<'_>>,
|
||||||
) -> Template {
|
) -> Template {
|
||||||
let mut context = Context::new();
|
let mut context = Context::new();
|
||||||
|
Loading…
Reference in New Issue
Block a user