Only have Manage Your Domains show up on Domain Overview page

This commit is contained in:
Rebecca Hsieh 2023-12-04 14:43:06 -08:00
parent 61e05a438b
commit bf3f9e67fc
No known key found for this signature in database
GPG key ID: 644527A2F375A379

View file

@ -1,5 +1,7 @@
<!doctype html>{# keep this on the first line #}
{% load i18n static %}
{% load static url_helpers %}
<html class="no-js" lang="{{ LANGUAGE_CODE }}">
<head>
@ -152,9 +154,12 @@
</strong>
</div>
{% endblock %}
{% url 'domain' pk=domain.id as url %}
{% if request.path == url %}
<a class="margin-left-3 manage_domain_back" href="{% url 'home' %}">
Manage your domains
</a>
{% endif %}
</div>
<button type="button" class="usa-menu-btn">Menu</button>
</div>