mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +02:00
Merge pull request #2562 from cisagov/bob/2378-portfolio-senior-official
(on getgov-bob) Ticket #2378: Add readonly portfolio senior official page
This commit is contained in:
commit
23ec004953
12 changed files with 240 additions and 141 deletions
|
@ -74,6 +74,11 @@ urlpatterns = [
|
|||
views.PortfolioOrganizationView.as_view(),
|
||||
name="organization",
|
||||
),
|
||||
path(
|
||||
"senior-official/",
|
||||
views.PortfolioSeniorOfficialView.as_view(),
|
||||
name="senior-official",
|
||||
),
|
||||
path(
|
||||
"admin/logout/",
|
||||
RedirectView.as_view(pattern_name="logout", permanent=False),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue