Compare commits
2 Commits
20e2be114a
...
29486ac7a2
Author | SHA1 | Date | |
---|---|---|---|
29486ac7a2 | |||
9ae5963a0a |
@ -26,7 +26,7 @@ async fn index(
|
||||
|
||||
let mut context = Context::new();
|
||||
|
||||
if user.has_role(db, "cox").await || user.has_role(db, "admin").await {
|
||||
if user.has_role(db, "cox").await || user.has_role(db, "planned_event").await {
|
||||
let triptypes = TripType::all(db).await;
|
||||
context.insert("trip_types", &triptypes);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user