From f527bad6402281af0d4c7922b067d7b0070b1224 Mon Sep 17 00:00:00 2001 From: ariannedee Date: Fri, 4 Sep 2020 15:26:56 -0700 Subject: [PATCH] Update Complete status to Completed --- edivorce/apps/core/templates/prequalification/step_01.html | 4 ++-- edivorce/apps/core/templates/prequalification/step_02.html | 4 ++-- edivorce/apps/core/templates/prequalification/step_03.html | 4 ++-- edivorce/apps/core/templates/prequalification/step_04.html | 4 ++-- edivorce/apps/core/templates/prequalification/step_05.html | 4 ++-- edivorce/apps/core/templates/prequalification/step_06.html | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/edivorce/apps/core/templates/prequalification/step_01.html b/edivorce/apps/core/templates/prequalification/step_01.html index 3be20f0e..09a0e160 100644 --- a/edivorce/apps/core/templates/prequalification/step_01.html +++ b/edivorce/apps/core/templates/prequalification/step_01.html @@ -4,13 +4,13 @@ {% block title %}{{ block.super }}: Prequalification{% endblock %} {% block progress %} - {% if request.user.is_authenticated and step_status.prequalification == 'Complete' %} + {% if request.user.is_authenticated and step_status.prequalification == 'Completed' %} {% include "partials/progress.html" %} {% endif %} {% endblock %} {% block backToDashboard %} - {% if request.user.is_authenticated and step_status.prequalification == 'Complete' %} + {% if request.user.is_authenticated and step_status.prequalification == 'Completed' %}
View Application Stages
diff --git a/edivorce/apps/core/templates/prequalification/step_02.html b/edivorce/apps/core/templates/prequalification/step_02.html index a9b6c0d8..4d6bb046 100644 --- a/edivorce/apps/core/templates/prequalification/step_02.html +++ b/edivorce/apps/core/templates/prequalification/step_02.html @@ -4,13 +4,13 @@ {% block title %}{{ block.super }}: Prequalification{% endblock %} {% block progress %} - {% if request.user.is_authenticated and step_status.prequalification == 'Complete' %} + {% if request.user.is_authenticated and step_status.prequalification == 'Completed' %} {% include "partials/progress.html" %} {% endif %} {% endblock %} {% block backToDashboard %} - {% if request.user.is_authenticated and step_status.prequalification == 'Complete' %} + {% if request.user.is_authenticated and step_status.prequalification == 'Completed' %}
View Application Stages
diff --git a/edivorce/apps/core/templates/prequalification/step_03.html b/edivorce/apps/core/templates/prequalification/step_03.html index e5cf8ef8..0e0562b6 100644 --- a/edivorce/apps/core/templates/prequalification/step_03.html +++ b/edivorce/apps/core/templates/prequalification/step_03.html @@ -4,13 +4,13 @@ {% block title %}{{ block.super }}: Prequalification{% endblock %} {% block progress %} - {% if request.user.is_authenticated and step_status.prequalification == 'Complete' %} + {% if request.user.is_authenticated and step_status.prequalification == 'Completed' %} {% include "partials/progress.html" %} {% endif %} {% endblock %} {% block backToDashboard %} - {% if request.user.is_authenticated and step_status.prequalification == 'Complete' %} + {% if request.user.is_authenticated and step_status.prequalification == 'Completed' %}
View Application Stages
diff --git a/edivorce/apps/core/templates/prequalification/step_04.html b/edivorce/apps/core/templates/prequalification/step_04.html index 508e7844..55756761 100644 --- a/edivorce/apps/core/templates/prequalification/step_04.html +++ b/edivorce/apps/core/templates/prequalification/step_04.html @@ -4,13 +4,13 @@ {% block title %}{{ block.super }}: Prequalification{% endblock %} {% block progress %} - {% if request.user.is_authenticated and step_status.prequalification == 'Complete' %} + {% if request.user.is_authenticated and step_status.prequalification == 'Completed' %} {% include "partials/progress.html" %} {% endif %} {% endblock %} {% block backToDashboard %} - {% if request.user.is_authenticated and step_status.prequalification == 'Complete' %} + {% if request.user.is_authenticated and step_status.prequalification == 'Completed' %}
View Application Stages
diff --git a/edivorce/apps/core/templates/prequalification/step_05.html b/edivorce/apps/core/templates/prequalification/step_05.html index b9d69d00..1178ca27 100644 --- a/edivorce/apps/core/templates/prequalification/step_05.html +++ b/edivorce/apps/core/templates/prequalification/step_05.html @@ -5,13 +5,13 @@ {% block title %}{{ block.super }}: Prequalification{% endblock %} {% block progress %} - {% if request.user.is_authenticated and step_status.prequalification == 'Complete' %} + {% if request.user.is_authenticated and step_status.prequalification == 'Completed' %} {% include "partials/progress.html" %} {% endif %} {% endblock %} {% block backToDashboard %} - {% if request.user.is_authenticated and step_status.prequalification == 'Complete' %} + {% if request.user.is_authenticated and step_status.prequalification == 'Completed' %}
View Application Stages
diff --git a/edivorce/apps/core/templates/prequalification/step_06.html b/edivorce/apps/core/templates/prequalification/step_06.html index c217935d..f92044f0 100644 --- a/edivorce/apps/core/templates/prequalification/step_06.html +++ b/edivorce/apps/core/templates/prequalification/step_06.html @@ -4,13 +4,13 @@ {% block title %}{{ block.super }}: Prequalification{% endblock %} {% block progress %} - {% if request.user.is_authenticated and step_status.prequalification == 'Complete' %} + {% if request.user.is_authenticated and step_status.prequalification == 'Completed' %} {% include "partials/progress.html" %} {% endif %} {% endblock %} {% block backToDashboard %} - {% if request.user.is_authenticated and step_status.prequalification == 'Complete' %} + {% if request.user.is_authenticated and step_status.prequalification == 'Completed' %}
View Application Stages