From 94aa2a0e19e7774b13a8af07a674a2889e7d4dcf Mon Sep 17 00:00:00 2001 From: David Kennedy Date: Thu, 20 Jun 2024 09:58:12 -0400 Subject: [PATCH] additional sidebar navigation and removed some elements from main content window --- src/registrar/templates/home_organizations.html | 5 +++++ src/registrar/templates/organization_sidebar.html | 15 +++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/src/registrar/templates/home_organizations.html b/src/registrar/templates/home_organizations.html index 8ce67d146..ba97ca292 100644 --- a/src/registrar/templates/home_organizations.html +++ b/src/registrar/templates/home_organizations.html @@ -13,19 +13,24 @@ {% block messages %} {% include "includes/form_messages.html" %} {% endblock %} + {# Note: Reimplement commented out functionality #} + {% comment %} IMPORTANT: If this button is added on any other page, make sure to update the relevant view to reset request.session["new_request"] = True {% endcomment %} + {% if content == 'domains' %} {% include "includes/domains_table.html" with portfolio=portfolio %} {% elif content == 'domain-requests' %} diff --git a/src/registrar/templates/organization_sidebar.html b/src/registrar/templates/organization_sidebar.html index 7d1b606f2..35d9d5e95 100644 --- a/src/registrar/templates/organization_sidebar.html +++ b/src/registrar/templates/organization_sidebar.html @@ -16,6 +16,21 @@ Domain requests +
  • + + Members + +
  • +
  • + + Organization + +
  • +
  • + + Senior official + +