Browse Source

Updated DIV-320 remove alert message

pull/160/head
Charles Shin 8 years ago
parent
commit
3c0bcbab30
3 changed files with 11 additions and 27 deletions
  1. +3
    -3
      edivorce/apps/core/templates/dashboard/print_form.html
  2. +1
    -1
      edivorce/apps/core/templates/progress.html
  3. +7
    -23
      edivorce/apps/core/templates/question/01_orders.html

+ 3
- 3
edivorce/apps/core/templates/dashboard/print_form.html View File

@ -91,7 +91,7 @@
<div>
Affidavit Desk Order Divorce Form (F38)) - signing together
</div>
<p><a href="{% url 'pdf_form' '38_we' %}?html" target="_blank">Preview</a> | <a href="{% url 'pdf_form' '38' %}" class="spinner">Print</a></p>
<p><a href="{% url 'pdf_form' '38_we' %}?html" target="_blank">Preview</a> | <a href="{% url 'pdf_form' '38_we' %}" class="spinner">Print</a></p>
</div>
<div class="collapse" id="collapseF38">
<div>
@ -119,11 +119,11 @@
<p>
Claimant 1
</p>
<a href="{% url 'pdf_form' '38' %}?html" target="_blank">Preview</a> | <a href="{% url 'pdf_form' '38_we' %}" class="spinner">Print</a>
<a href="{% url 'pdf_form' '38' %}?html" target="_blank">Preview</a> | <a href="{% url 'pdf_form' '38' %}" class="spinner">Print</a>
<p>
Claimant 2
</p>
<a href="{% url 'pdf_form' '38' %}?html" target="_blank">Preview</a> | <a href="{% url 'pdf_form' '38_we' %}" class="spinner">Print</a>
<a href="{% url 'pdf_form' '38' %}?html" target="_blank">Preview</a> | <a href="{% url 'pdf_form' '38' %}" class="spinner">Print</a>
</div>
<div class="question-well">


+ 1
- 1
edivorce/apps/core/templates/progress.html View File

@ -40,7 +40,7 @@
</a>
{% if 'Spousal support' in want_which_orders|load_json or 'Spousal support' in which_orders.0.value|load_json %}
<a href="{% url 'question_steps' 'support' %}" class="progress-question {% if active_page == 'support' %} active {% endif %}">
<a href="{% url 'question_steps' 'support' %}" class="progress-question {% if step_status.spousal_support == 'Complete' %} complete {% endif %} {% if active_page == 'support' %} active {% endif %}">
<span class="progress-icon"><i class="fa fa-life-ring" aria-hidden="true"></i></span>
<span class="progress-content"><small>Step 6</small><br />Spousal support</span>
{% if step_status.spousal_support == 'Started' %}<span class="progress-status"><i class="fa fa-adjust" aria-hidden="true"></i></span>


+ 7
- 23
edivorce/apps/core/templates/question/01_orders.html View File

@ -89,20 +89,6 @@
<p>Anything you own including real estate, bank accounts, cars and RRSPs. For more information, please refer to the <a href="http://www.familylaw.lss.bc.ca/resources/fact_sheets/debtsAfterSeparation.php" target="_blank">Dealing with Debts
After Separation fact sheet</a> on the Family Law in B.C. website.</p>
<div class="information-message bg-danger" id="property_division_alert" hidden>
<b>Time limit to apply for court order </b> {% if married_marriage_like != "Living together in a marriage like relationship" %}
<p>If you were <b>married</b>, you must apply to divide property within two years after you get an order for divorce.</p>
{% else %}
<p>If you were living in a <b>marriage-like relationship</b> for at least two years, you must apply within two years of the date you separated.</p>
<p>In order to be considered a spouse for the purpose of dividing property or debt you must have lived together in a marriage-like relationship for at least two years.</p>
{% endif %}
<p><em>For more information, please refer to the following fact sheets on the Legal Services Society website:</em></p>
<ul>
<li><a href="http://www.familylaw.lss.bc.ca/resources/fact_sheets/dividePropertyAndDebts.php" target="_blank">How to Divide Property and Debts</a></li>
<li><a href="http://www.familylaw.lss.bc.ca/resources/fact_sheets/debtsAfterSeparation.php" target="_blank">Dealing with Debts After Separation</a></li>
</ul>
</div>
</div>
<div class="question-well">
@ -115,15 +101,13 @@
<div class="checkbox"><label>{% input_field type="checkbox" name="want_which_orders" value="Child support" %}<b>Child support (Out of scope)</b></label></div>
{% endcomment %}
<div class="question-well" id="unselected_orders_alert" hidden>
<div class="information-message bg-danger">
<p>We've noticed that at this point in time you are not applying for spousal support and/or division of property, debt, or a pension. If you decide to request these items in the future there are some time limits.</p>
<h2>Division of Property and Debts</h2>
<p>If you were married, you must apply to divide property within two years after you get an order for divorce. If you were living in a marriage-like relationship for at least two years, you must apply within two years of the date you separated.</p>
<h2>Spousal Support</h2>
<p>If you were married, you must apply for spousal support under the Family Law Act within two years after you get an order for divorce. If you are applying for spousal support under the Divorce Act, you do not have a time limit.</p>
<p>If you were unmarried, and you qualify for spousal support, you must apply within two years of the date you separated.</p>
</div>
<div class="information-message bg-danger" id="unselected_orders_alert" >
<p>We've noticed that at this point in time you are not applying for spousal support and/or division of property, debt, or a pension. If you decide to request these items in the future there are some time limits.</p>
<h2>Division of Property and Debts</h2>
<p>If you were married, you must apply to divide property within two years after you get an order for divorce. If you were living in a marriage-like relationship for at least two years, you must apply within two years of the date you separated.</p>
<h2>Spousal Support</h2>
<p>If you were married, you must apply for spousal support under the Family Law Act within two years after you get an order for divorce. If you are applying for spousal support under the Divorce Act, you do not have a time limit.</p>
<p>If you were unmarried, and you qualify for spousal support, you must apply within two years of the date you separated.</p>
</div>
<div id="questions_modal" class="modal fade" tabindex="-1" role="dialog">


Loading…
Cancel
Save