diff --git a/src/registrar/templates/base.html b/src/registrar/templates/base.html index 03eec88ac..aad526f37 100644 --- a/src/registrar/templates/base.html +++ b/src/registrar/templates/base.html @@ -1,5 +1,7 @@ {# keep this on the first line #} {% load i18n static %} +{% load static url_helpers %} + @@ -148,13 +150,16 @@ {% block logo %} {% endblock %} - + {% url 'domain' pk=domain.id as url %} + {% if request.path == url %} + Manage your domains - + + {% endif %}