From 80d6eec7df0b3fb5886f556ab0dd43ca7a0e079c Mon Sep 17 00:00:00 2001 From: Charles Shin Date: Mon, 20 Mar 2017 13:30:06 -0700 Subject: [PATCH] Fixed DIV-236 and DIV-347: remove back to dashboard for overview and typo --- edivorce/apps/core/templates/base.html | 5 +++-- edivorce/apps/core/templates/question/02_claimant.html | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/edivorce/apps/core/templates/base.html b/edivorce/apps/core/templates/base.html index c1ce6c52..35c7dc18 100644 --- a/edivorce/apps/core/templates/base.html +++ b/edivorce/apps/core/templates/base.html @@ -67,8 +67,9 @@
- {% if request.bceid_user.is_authenticated %} -
+ {% url 'overview' as overview_url %} + {% if request.bceid_user.is_authenticated and request.path != overview_url %} + {% endif %} diff --git a/edivorce/apps/core/templates/question/02_claimant.html b/edivorce/apps/core/templates/question/02_claimant.html index 73454239..cada7b42 100644 --- a/edivorce/apps/core/templates/question/02_claimant.html +++ b/edivorce/apps/core/templates/question/02_claimant.html @@ -64,7 +64,7 @@ court order(s) . Any names you provide will be used on the final court order for the purposes of executing - or following up on the orders. For example, if you and your spouse will be dividing property, land titles will likely want to see the name in the court order match what is on the title. This wold also apply to pensions, RRSPs, etc. The + or following up on the orders. For example, if you and your spouse will be dividing property, the Land Titles will likely want to see the name in the court order match what is on the title. This would also apply to pensions, RRSPs, etc. The order for divorce is also used to create linkages between names.

You may want to take a look at the names that you have used on any legal and business agreements/contracts to ensure you are providing the courts with all variations of your name.