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 %}?