Compare commits
No commits in common. "fdd9c3bdffd8352a3b475156ff4e40f58b0d5f34" and "396aa204a467582000d513540f8c8e1f91f0cf75" have entirely different histories.
fdd9c3bdff
...
396aa204a4
@ -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