From 1798b2a79a3d9f572cad061e2bc592e94aa28356 Mon Sep 17 00:00:00 2001 From: Benard Ebinu Date: Tue, 2 Jan 2018 11:30:50 -0800 Subject: [PATCH] Removing extra overview step introduced by accidental copy/paste --- edivorce/apps/core/templates/overview.html | 9 --------- 1 file changed, 9 deletions(-) diff --git a/edivorce/apps/core/templates/overview.html b/edivorce/apps/core/templates/overview.html index caedd053..11dd9eb5 100644 --- a/edivorce/apps/core/templates/overview.html +++ b/edivorce/apps/core/templates/overview.html @@ -104,15 +104,6 @@ Step {% step_order step="review" %}
Review
- - {% if 'Other orders' in which_orders.0.value|load_json %} - - - Step {% step_order step="other_orders" %}
Other orders
- {% if step_status.other_orders == 'Started' %} Started - {% elif step_status.other_orders == 'Complete' %} Completed {% endif %} -
- {% endif %}