-
Please enter the details for other orders that you are asking for.
+
Please enter the details for other orders that you are asking for.{% include 'partials/optional.html' %}
{% input_field type="textarea" name="other_orders_detail" rows="8" cols="65" class="response-textarea" %}
diff --git a/edivorce/apps/core/utils/question_step_mapping.py b/edivorce/apps/core/utils/question_step_mapping.py
index 782dce94..6163b57e 100644
--- a/edivorce/apps/core/utils/question_step_mapping.py
+++ b/edivorce/apps/core/utils/question_step_mapping.py
@@ -182,6 +182,7 @@ page_step_mapping = {
'separation': 'your_separation',
'support': 'spousal_support',
'property': 'property_and_debt',
+ 'other_orders': 'other_orders',
}