mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 03:30:50 +02:00
added portfolio(s) to the middleware
This commit is contained in:
parent
5448118bea
commit
f2c3c320e9
3 changed files with 15 additions and 9 deletions
|
@ -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",
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue