From 8e0065515617d07291056410d4293c0cee35d727 Mon Sep 17 00:00:00 2001 From: Charles Shin Date: Tue, 21 Mar 2017 14:09:57 -0700 Subject: [PATCH] Remove back to dashboard from all dashbaord tabs --- edivorce/apps/core/templates/base.html | 7 ++++--- .../apps/core/templates/dashboard/check_with_registry.html | 4 ++++ edivorce/apps/core/templates/dashboard/file_documents.html | 4 ++++ .../apps/core/templates/dashboard/order_certificate.html | 4 ++++ edivorce/apps/core/templates/dashboard/print_form.html | 4 ++++ edivorce/apps/core/templates/dashboard/wait.html | 4 ++++ edivorce/apps/core/templates/overview.html | 4 ++++ 7 files changed, 28 insertions(+), 3 deletions(-) diff --git a/edivorce/apps/core/templates/base.html b/edivorce/apps/core/templates/base.html index 35c7dc18..88f4efe0 100644 --- a/edivorce/apps/core/templates/base.html +++ b/edivorce/apps/core/templates/base.html @@ -67,12 +67,13 @@
- {% url 'overview' as overview_url %} - {% if request.bceid_user.is_authenticated and request.path != overview_url %} -
{% block sidebarNav %} diff --git a/edivorce/apps/core/templates/dashboard/check_with_registry.html b/edivorce/apps/core/templates/dashboard/check_with_registry.html index f4af1a76..c0872bab 100644 --- a/edivorce/apps/core/templates/dashboard/check_with_registry.html +++ b/edivorce/apps/core/templates/dashboard/check_with_registry.html @@ -26,6 +26,10 @@ {% endblock %} +{% block backToDashboard %} + +{% endblock %} + {% block formbuttons %} {% endblock %} diff --git a/edivorce/apps/core/templates/dashboard/file_documents.html b/edivorce/apps/core/templates/dashboard/file_documents.html index 9c229155..8a0ef16c 100644 --- a/edivorce/apps/core/templates/dashboard/file_documents.html +++ b/edivorce/apps/core/templates/dashboard/file_documents.html @@ -22,6 +22,10 @@ {% endblock %} +{% block backToDashboard %} + +{% endblock %} + {% block formbuttons %} {% endblock %} diff --git a/edivorce/apps/core/templates/dashboard/order_certificate.html b/edivorce/apps/core/templates/dashboard/order_certificate.html index ec6ff089..2fae3955 100644 --- a/edivorce/apps/core/templates/dashboard/order_certificate.html +++ b/edivorce/apps/core/templates/dashboard/order_certificate.html @@ -20,6 +20,10 @@

{% endblock %} +{% block backToDashboard %} + +{% endblock %} + {% block formbuttons %} {% endblock %} diff --git a/edivorce/apps/core/templates/dashboard/print_form.html b/edivorce/apps/core/templates/dashboard/print_form.html index 33c97e62..f91e7834 100644 --- a/edivorce/apps/core/templates/dashboard/print_form.html +++ b/edivorce/apps/core/templates/dashboard/print_form.html @@ -170,6 +170,10 @@ {% endblock %} +{% block backToDashboard %} + +{% endblock %} + {% block formbuttons %} {% endblock %} diff --git a/edivorce/apps/core/templates/dashboard/wait.html b/edivorce/apps/core/templates/dashboard/wait.html index 7e1244aa..c7626072 100644 --- a/edivorce/apps/core/templates/dashboard/wait.html +++ b/edivorce/apps/core/templates/dashboard/wait.html @@ -11,6 +11,10 @@

{% endblock %} +{% block backToDashboard %} + +{% endblock %} + {% block formbuttons %} {% endblock %} diff --git a/edivorce/apps/core/templates/overview.html b/edivorce/apps/core/templates/overview.html index 8eef136c..765b006d 100644 --- a/edivorce/apps/core/templates/overview.html +++ b/edivorce/apps/core/templates/overview.html @@ -98,6 +98,10 @@ {% endblock %} +{% block backToDashboard %} + +{% endblock %} + {% block formbuttons %} {% endblock %}