Browse Source

DIV-849: removing legacy page from step order

pull/160/head
Benard Ebinu 7 years ago
parent
commit
ed43a31254
2 changed files with 1 additions and 2 deletions
  1. +0
    -0
      edivorce/apps/core/templates/question/12_review.html
  2. +1
    -2
      edivorce/apps/core/utils/template_step_order.py

edivorce/apps/core/templates/question/13_review.html → edivorce/apps/core/templates/question/12_review.html View File


+ 1
- 2
edivorce/apps/core/utils/template_step_order.py View File

@ -14,8 +14,7 @@ template_step_order = {
'other_orders': 9, 'other_orders': 9,
'other_questions': 10, 'other_questions': 10,
'location': 11, 'location': 11,
'fact_sheets': 12,
'review': 13
'review': 12
} }
template_sub_step_order = { template_sub_step_order = {


Loading…
Cancel
Save