added portfolio(s) to the middleware

This commit is contained in:
David Kennedy 2024-06-19 21:38:20 -04:00
parent 5448118bea
commit f2c3c320e9
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
3 changed files with 15 additions and 9 deletions

View file

@ -60,7 +60,7 @@ for step, view in [
urlpatterns = [
path("", views.index, name="home"),
path(
"organization",
"organization/<int:portfolio_id>/",
index_organizations,
name="home-organization",
),