From 8274c385d3833c1bc62e4bc6b666eac9db7c04b5 Mon Sep 17 00:00:00 2001 From: Charles Shin Date: Wed, 12 Jul 2017 16:52:20 -0700 Subject: [PATCH] Minor update to prequal step 03 --- edivorce/apps/core/templates/prequalification/step_03.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edivorce/apps/core/templates/prequalification/step_03.html b/edivorce/apps/core/templates/prequalification/step_03.html index d34a5230..e0ded316 100644 --- a/edivorce/apps/core/templates/prequalification/step_03.html +++ b/edivorce/apps/core/templates/prequalification/step_03.html @@ -91,7 +91,7 @@
-

Did you and {% if name_spouse %} {{ name_spouse }} {% else %} your spouse {% endif %} attempt to reconcile after you separated {% if separation_date %} on {{ separation_date }}{% endif %}?

+

Did {% if name_you %} {{ name_you }} {% else %} you {% endif %} and {% if name_spouse %} {{ name_spouse }} {% else %} your spouse {% endif %} attempt to reconcile after you separated {% if separation_date %} on {{ separation_date }}{% endif %}?