From e285d84353980853a956745bd245286b7aecff12 Mon Sep 17 00:00:00 2001
From: ariannedee
Date: Wed, 4 Nov 2020 16:29:27 -0800
Subject: [PATCH] DIV-1249: Handle no court registry location when filing
---
.../templates/dashboard/final_filing.html | 35 +++++++++++++++----
.../templates/dashboard/initial_filing.html | 9 ++++-
2 files changed, 36 insertions(+), 8 deletions(-)
diff --git a/edivorce/apps/core/templates/dashboard/final_filing.html b/edivorce/apps/core/templates/dashboard/final_filing.html
index 29f5fd1d..8df6ad51 100644
--- a/edivorce/apps/core/templates/dashboard/final_filing.html
+++ b/edivorce/apps/core/templates/dashboard/final_filing.html
@@ -244,9 +244,16 @@
You have indicated that you will file at the following court registry:
Once sworn/affirmed and filed, you will receive a {% include "partials/tooltips/court_file_number.html" %}.
@@ -278,9 +285,16 @@
You have indicated that you will file at the following court registry:
{% endif %}
@@ -296,6 +310,12 @@
In the next few steps you will be able to do a final review of your filed documentation,
pay for your filing and (if completed successfully) receive a Package Number.
This final step will complete your divorce filing.
+ {% if not court_registry_for_filing %}
+
+
In order to proceed with your application, you must select a
+ filing location.
+
+ {% endif %}
{% endif %}
{% endblock %}
@@ -308,7 +328,8 @@