Browse Source

DIV-830: Move inline question copy to sidebar

pull/160/head
Benard Ebinu 7 years ago
parent
commit
9520ee9ebd
1 changed files with 15 additions and 21 deletions
  1. +15
    -21
      edivorce/apps/core/templates/question/06_children_what_for.html

+ 15
- 21
edivorce/apps/core/templates/question/06_children_what_for.html View File

@ -340,27 +340,6 @@
</a> which sets out standard terms for most of the usual orders made in family cases.
</p>
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false" data-target="#collapse_parenting_arrangement" aria-controls="collapse_separation_agreement">
<div>
What should I consider when determining parenting arrangements?
</div>
</div>
<div class="collapse" id="collapse_parenting_arrangement">
<div>
<p><strong>Parenting arrangements</strong></p>
<p>
If you and your <strong>spouse</strong> (married or unmarried) have dependent children
(usually under age 19), you need to make arrangements for taking care of the children when you
separate. <strong>Parenting arrangements</strong> include:
</p>
<ul>
<li>who will make decisions about the children,</li>
<li>where the children are going to live, and </li>
<li>how much time the children will spend with each parent who is a guardian.</li>
</ul>
</div>
</div>
{% input_field type="textarea" name="order_respecting_arrangement" class="response-textarea form-control" maxlength="20000" rows="7"%}
</div>
@ -507,4 +486,19 @@
different courts. It can also be a problem if you ask more than one court to deal with
issues about parenting and support.
</p>
<p>
<strong>What should I consider when determining parenting arrangements?</strong>
</p>
<p>
If you and your <strong>spouse</strong> (married or unmarried) have dependent children
(usually under age 19), you need to make arrangements for taking care of the children when you
separate. <strong>Parenting arrangements</strong> include:
</p>
<ul>
<li>who will make decisions about the children,</li>
<li>where the children are going to live, and </li>
<li>how much time the children will spend with each parent who is a guardian.</li>
</ul>
{% endblock %}

Loading…
Cancel
Save