From e977a5389fd9b2e9ce5f8d16adccb919186b8592 Mon Sep 17 00:00:00 2001 From: Charles Shin Date: Mon, 27 Mar 2017 17:49:30 -0700 Subject: [PATCH] DIV-318 Added Edit button on Review page --- edivorce/apps/core/templates/overview.html | 2 +- .../core/templates/question/11_review.html | 118 ++++++++++-------- 2 files changed, 70 insertions(+), 50 deletions(-) diff --git a/edivorce/apps/core/templates/overview.html b/edivorce/apps/core/templates/overview.html index d0d5ea16..09012b3e 100644 --- a/edivorce/apps/core/templates/overview.html +++ b/edivorce/apps/core/templates/overview.html @@ -8,7 +8,7 @@ {% block content %} -

Answer the Questions Related to Your Divorce Questionnaire

+

Complete This Divorce Questionnaire

diff --git a/edivorce/apps/core/templates/question/11_review.html b/edivorce/apps/core/templates/question/11_review.html index d504c1da..0625f563 100644 --- a/edivorce/apps/core/templates/question/11_review.html +++ b/edivorce/apps/core/templates/question/11_review.html @@ -16,7 +16,7 @@ Qualifying Questions
-

Edit

+

Edit

@@ -26,83 +26,95 @@
-
-
- Step 1: What are you asking for +
+
+ Step 1: What are you asking for +
-
-
-
- {% include "partials/review_user_responses.html" with questions=which_orders %} +

Edit

+
+
+
+ {% include "partials/review_user_responses.html" with questions=which_orders %} +
-
-
-
- Step 2: Your information +
+
+ Step 2: Your information +
-
-
-
- {% include "partials/review_user_responses.html" with questions=your_information step='your_information' %} +

Edit

+
+
+
+ {% include "partials/review_user_responses.html" with questions=your_information step='your_information' %} +
-
-
-
- Step 3: Your spouse +
+
+ Step 3: Your spouse +
-
-
-
- {% include "partials/review_user_responses.html" with questions=your_spouse step='your_spouse' %} +

Edit

+
+
+
+ {% include "partials/review_user_responses.html" with questions=your_spouse step='your_spouse' %} +
-
-
-
- Step 4: Your marriage +
+
+ Step 4: Your marriage +
-
-
-
- {% include "partials/review_user_responses.html" with questions=your_marriage step='your_marriage' %} +

Edit

+
+
+
+ {% include "partials/review_user_responses.html" with questions=your_marriage step='your_marriage' %} +
-
-
-
- Step 5: Your separation +
+
+ Step 5: Your separation +
-
-
-
- {% include "partials/review_user_responses.html" with questions=your_separation %} +

Edit

+
+
+
+ {% include "partials/review_user_responses.html" with questions=your_separation %} +
-
{% if 'Spousal support' in which_orders.0.value|load_json %}
-
-
- Step 6: Spousal support +
+
+ Step 6: Spousal support +
-
-
-
- {% include "partials/review_user_responses.html" with questions=spousal_support %} +

Edit

+
+
+
+ {% include "partials/review_user_responses.html" with questions=spousal_support %} +
-
{% endif %} {% if 'Division of property and debts' in which_orders.0.value|load_json %} @@ -112,6 +124,8 @@ Step {% step_order step="property" %}: Property and debt
+

Edit

+
{% include "partials/review_user_responses.html" with questions=property_and_debt step='property_and_debt' %} @@ -127,6 +141,8 @@ Step {% step_order step="other_orders" %}: Other orders
+

Edit

+
{% include "partials/review_user_responses.html" with questions=other_orders %} @@ -141,6 +157,8 @@ Step {% step_order step="other_questions" %}: Other questions
+

Edit

+
{% include "partials/review_user_responses.html" with questions=other_questions step="other_questions" %} @@ -154,6 +172,8 @@ Step {% step_order step="location" %}: Filing location
+

Edit

+
{% include "partials/review_user_responses.html" with questions=filing_locations %}