diff --git a/src/registrar/templates/base.html b/src/registrar/templates/base.html index df22da7ba..b4aeba704 100644 --- a/src/registrar/templates/base.html +++ b/src/registrar/templates/base.html @@ -146,7 +146,6 @@ - {% block logo %} @@ -154,8 +153,6 @@ {% endblock %} - - Menu {% block usa_nav %} diff --git a/src/registrar/templates/domain_base.html b/src/registrar/templates/domain_base.html index 9d23e4abd..90c730028 100644 --- a/src/registrar/templates/domain_base.html +++ b/src/registrar/templates/domain_base.html @@ -8,14 +8,12 @@ - {% if not is_analyst_or_superuser or not analyst_action or analyst_action_location != domain.pk %} Domain name: {{ domain.name }} - {% endif %} - + {% if domain.domain_info %} {% include 'domain_sidebar.html' %} {% endif %}
Domain name: {{ domain.name }}