Browse Source

DIV-803: Only show order related questions if the user indicated they will be seeking orders

pull/160/head
Benard Ebinu 7 years ago
parent
commit
4ba4b4c863
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      edivorce/apps/core/templates/question/06_children_what_for.html

+ 5
- 0
edivorce/apps/core/templates/question/06_children_what_for.html View File

@ -2,6 +2,7 @@
{% load staticfiles %}
{% load input_field %}
{% load step_order %}
{% load load_json %}
{% block title %}{{ block.super }}: Your Children {% endblock %}
@ -222,6 +223,8 @@
</div>
{% if 'Child support' in want_which_orders|load_json %}
<div class="question-well">
<h3>Do you have a
<span class="tooltip-link"
@ -272,6 +275,7 @@
</div>
</div>
<div class="question-well">
<h3>If you are asking for an
<span class="tooltip-link"
@ -389,6 +393,7 @@
{% input_field type="textarea" name="order_for_child_support" class="response-textarea form-control" maxlength="20000" rows="7"%}
</div>
{% endif %}
<div class="question-well">
<h3>Please indicate which act you are asking for support under.</h3>


Loading…
Cancel
Save