mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-12 07:24:48 +02:00
Only have Manage Your Domains show up on Domain Overview page
This commit is contained in:
parent
61e05a438b
commit
bf3f9e67fc
1 changed files with 8 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue