From aadfdb6d259ed0832c6c95367f7c8ed7424ce912 Mon Sep 17 00:00:00 2001 From: Foley Lynn Date: Tue, 7 Mar 2017 15:57:14 -0800 Subject: [PATCH] DIV-140 removed more information from menubar when not present on page --- edivorce/apps/core/templates/base.html | 2 ++ edivorce/apps/core/templates/overview.html | 5 ++++- .../apps/core/templates/prequalification/step_01.html | 3 +++ .../apps/core/templates/prequalification/step_04.html | 3 +++ edivorce/apps/core/templates/question/03_respondent.html | 7 ++++++- .../apps/core/templates/question/08_other_orders.html | 9 ++++++++- .../apps/core/templates/question/09_other_questions.html | 4 ++++ edivorce/apps/core/templates/question/11_review.html | 3 +++ .../apps/core/templates/question/12_uncategorized.html | 7 +++++++ 9 files changed, 40 insertions(+), 3 deletions(-) diff --git a/edivorce/apps/core/templates/base.html b/edivorce/apps/core/templates/base.html index fabba008..5ee08885 100644 --- a/edivorce/apps/core/templates/base.html +++ b/edivorce/apps/core/templates/base.html @@ -74,9 +74,11 @@ {% endif %}
+ {% block sidebarNav %} + {% endblock %} diff --git a/edivorce/apps/core/templates/overview.html b/edivorce/apps/core/templates/overview.html index e2e719d8..a506d1eb 100644 --- a/edivorce/apps/core/templates/overview.html +++ b/edivorce/apps/core/templates/overview.html @@ -77,6 +77,9 @@ {% endblock %} +{% block sidebarNav %} + +{% endblock %} {% block sidebar %} - + {% endblock %} diff --git a/edivorce/apps/core/templates/prequalification/step_01.html b/edivorce/apps/core/templates/prequalification/step_01.html index ffd58349..f822f003 100644 --- a/edivorce/apps/core/templates/prequalification/step_01.html +++ b/edivorce/apps/core/templates/prequalification/step_01.html @@ -58,6 +58,9 @@
{% endblock %} +{% block sidebarNav %} + +{% endblock %} {% block sidebar %} {% endblock %} \ No newline at end of file diff --git a/edivorce/apps/core/templates/prequalification/step_04.html b/edivorce/apps/core/templates/prequalification/step_04.html index 83424d36..17e90862 100644 --- a/edivorce/apps/core/templates/prequalification/step_04.html +++ b/edivorce/apps/core/templates/prequalification/step_04.html @@ -91,6 +91,9 @@ {% endblock %} +{% block sidebarNav %} + +{% endblock %} {% block sidebar %} {% endblock %} \ No newline at end of file diff --git a/edivorce/apps/core/templates/question/03_respondent.html b/edivorce/apps/core/templates/question/03_respondent.html index c018a792..ae2d55da 100644 --- a/edivorce/apps/core/templates/question/03_respondent.html +++ b/edivorce/apps/core/templates/question/03_respondent.html @@ -156,4 +156,9 @@ {% block formBack %}{% url 'question_steps' '02_claimant' %}{% endblock %} {% block formNext %}{% url 'question_steps' '04_marriage' %}{% endblock %} -{% block sidebar %}{% endblock %} +{% block sidebarNav %} + +{% endblock %} +{% block sidebar %} + +{% endblock %} diff --git a/edivorce/apps/core/templates/question/08_other_orders.html b/edivorce/apps/core/templates/question/08_other_orders.html index f71e42d4..80160a8c 100644 --- a/edivorce/apps/core/templates/question/08_other_orders.html +++ b/edivorce/apps/core/templates/question/08_other_orders.html @@ -14,4 +14,11 @@ {% endblock %} {% block formBack %}{% url 'question_steps' '07_property' %}{% endblock %} -{% block formNext %}{% url 'question_steps' '09_other_questions' %}{% endblock %} \ No newline at end of file +{% block formNext %}{% url 'question_steps' '09_other_questions' %}{% endblock %} + +{% block sidebarNav %} + +{% endblock %} +{% block sidebar %} + +{% endblock %} \ No newline at end of file diff --git a/edivorce/apps/core/templates/question/09_other_questions.html b/edivorce/apps/core/templates/question/09_other_questions.html index e6823be6..327b4ed4 100644 --- a/edivorce/apps/core/templates/question/09_other_questions.html +++ b/edivorce/apps/core/templates/question/09_other_questions.html @@ -79,5 +79,9 @@ {% block formBack %}{% url 'question_steps' '08_other_orders' %}{% endblock %} {% block formNext %}{% url 'question_steps' '10_location' %}{% endblock %} +{% block sidebarNav %} + +{% endblock %} {% block sidebar %} + {% endblock %} diff --git a/edivorce/apps/core/templates/question/11_review.html b/edivorce/apps/core/templates/question/11_review.html index 32a6c146..41baddec 100644 --- a/edivorce/apps/core/templates/question/11_review.html +++ b/edivorce/apps/core/templates/question/11_review.html @@ -63,6 +63,9 @@ {% endblock %} +{% block sidebarNav %} + +{% endblock %} {% block sidebar %} {% endblock %} diff --git a/edivorce/apps/core/templates/question/12_uncategorized.html b/edivorce/apps/core/templates/question/12_uncategorized.html index 51636072..b35023d8 100644 --- a/edivorce/apps/core/templates/question/12_uncategorized.html +++ b/edivorce/apps/core/templates/question/12_uncategorized.html @@ -101,4 +101,11 @@ {% block formbuttons %} +{% endblock %} + +{% block sidebarNav %} + +{% endblock %} +{% block sidebar %} + {% endblock %} \ No newline at end of file