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 +