From 7c20efbd8a5163570bc38f707e659bc907d8db44 Mon Sep 17 00:00:00 2001 From: Michael Olund Date: Fri, 6 Nov 2020 10:09:44 -0800 Subject: [PATCH] DIV-1266 - No "Back" button on the scanning help page --- edivorce/apps/core/templates/dashboard/final_filing.html | 2 +- .../apps/core/templates/dashboard/help_saving_pdf.html | 4 ++++ edivorce/apps/core/templates/dashboard/help_scanning.html | 8 ++++++++ .../apps/core/templates/dashboard/initial_filing.html | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/edivorce/apps/core/templates/dashboard/final_filing.html b/edivorce/apps/core/templates/dashboard/final_filing.html index 8df6ad51..22dcfff0 100644 --- a/edivorce/apps/core/templates/dashboard/final_filing.html +++ b/edivorce/apps/core/templates/dashboard/final_filing.html @@ -73,7 +73,7 @@ Missing a form required on this page? Check the Review Forms step.

-

Need help with Scanning your documents?

+

Need help with Scanning your documents?

{% if how_to_file == 'Online' %}
diff --git a/edivorce/apps/core/templates/dashboard/help_saving_pdf.html b/edivorce/apps/core/templates/dashboard/help_saving_pdf.html index 8c65a479..596f0311 100644 --- a/edivorce/apps/core/templates/dashboard/help_saving_pdf.html +++ b/edivorce/apps/core/templates/dashboard/help_saving_pdf.html @@ -96,6 +96,10 @@
+
+    Back +
+ {% endblock %} {% block backToDashboard %} diff --git a/edivorce/apps/core/templates/dashboard/help_scanning.html b/edivorce/apps/core/templates/dashboard/help_scanning.html index 066b290a..e11f2019 100644 --- a/edivorce/apps/core/templates/dashboard/help_scanning.html +++ b/edivorce/apps/core/templates/dashboard/help_scanning.html @@ -97,6 +97,14 @@

+ +
+ +    Back + +
+ {% endblock %} {% block backToDashboard %} diff --git a/edivorce/apps/core/templates/dashboard/initial_filing.html b/edivorce/apps/core/templates/dashboard/initial_filing.html index ef2bbb6e..627ee2dd 100644 --- a/edivorce/apps/core/templates/dashboard/initial_filing.html +++ b/edivorce/apps/core/templates/dashboard/initial_filing.html @@ -54,7 +54,7 @@ remaining documents required to complete your divorce.

Missing a form required on this page? Check the Review Forms step.

-

Need help with Scanning your documents?

+

Need help with Scanning your documents?

{% if how_to_sign == 'Together' and signing_location == 'In-person' %}