Browse Source

DIV-915: Updated show logic for have court order and parent arrangements questions.

pull/160/head
Charles Shin 6 years ago
parent
commit
74c123ba8d
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      edivorce/apps/core/templates/question/06_children_what_for.html

+ 1
- 2
edivorce/apps/core/templates/question/06_children_what_for.html View File

@ -177,8 +177,6 @@
</div>
{% if 'Child support' in want_which_orders|load_json %}
<div class="question-well">
<h3>Do you have a
<span class="tooltip-link"
@ -271,6 +269,7 @@
{% input_field type="textarea" name="what_parenting_arrangements" class="response-textarea form-control" maxlength="20000" rows="7"%}
</div>
{% if 'Child support' in want_which_orders|load_json %}
<div class="question-well">
<h3>If you are asking the court to include an
<span class="tooltip-link"


Loading…
Cancel
Save