From f5edd64c92d89801b87cb6afd84d090deaa3709c Mon Sep 17 00:00:00 2001 From: Rebecca Hsieh Date: Mon, 4 Dec 2023 11:35:31 -0800 Subject: [PATCH] Move manage your domain --- src/registrar/templates/base.html | 12 +++++++++++- src/registrar/templates/domain_base.html | 10 ---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/registrar/templates/base.html b/src/registrar/templates/base.html index caecee9f3..6179798b8 100644 --- a/src/registrar/templates/base.html +++ b/src/registrar/templates/base.html @@ -148,8 +148,18 @@ + + + + Manage your domains + + + + + + {% endblock %} diff --git a/src/registrar/templates/domain_base.html b/src/registrar/templates/domain_base.html index b5f70d341..530f97e66 100644 --- a/src/registrar/templates/domain_base.html +++ b/src/registrar/templates/domain_base.html @@ -42,16 +42,6 @@

- {% else %} - - - -

- Back to manage your domains -

-
{% endif %} {# messages block is under the back breadcrumb link #} {% if messages %}