Browse Source

DIV-443 and DIV-384: Updated copy, typo and label

pull/160/head
Charles Shin 8 years ago
parent
commit
08c1acd0dd
3 changed files with 6 additions and 5 deletions
  1. +1
    -1
      edivorce/apps/core/templates/question/02_claimant.html
  2. +2
    -2
      edivorce/apps/core/templates/question/03_respondent.html
  3. +3
    -2
      edivorce/apps/core/templates/question/06_support.html

+ 1
- 1
edivorce/apps/core/templates/question/02_claimant.html View File

@ -95,7 +95,7 @@
</div> </div>
<div class="question-well"> <div class="question-well">
<h3>What was your last name before you were married?</h3> {% input_field type="text" name="last_name_before_married_you" class="form-block input-wide response-textbox" %}
<h3>What was your last name immediately before you were married?</h3> {% input_field type="text" name="last_name_before_married_you" class="form-block input-wide response-textbox" %}
<p>This is often referred to as Family name or Surname</p> <p>This is often referred to as Family name or Surname</p>
</div> </div>


+ 2
- 2
edivorce/apps/core/templates/question/03_respondent.html View File

@ -109,7 +109,7 @@
</div> </div>
<div class="question-well"> <div class="question-well">
<h3>What was their last name before you were married?</h3>
<h3>What was their last name immediately before you were married?</h3>
{% input_field type="text" name="last_name_before_married_spouse" class="form-block input-wide response-textbox" %} {% input_field type="text" name="last_name_before_married_spouse" class="form-block input-wide response-textbox" %}
<p>This is often referred to as Family name or Surname</p> <p>This is often referred to as Family name or Surname</p>
</div> </div>
@ -143,7 +143,7 @@
<i class="fa fa-calendar circle"></i> <i class="fa fa-calendar circle"></i>
</span> </span>
</span></label></div> </span></label></div>
<div class="radio"><label>{% input_field type="radio" class="radio-with-other" name="lived_in_bc_spouse" value="Do not live in B.C." %}Do not live in B.C.</label></div>
<div class="radio"><label>{% input_field type="radio" class="radio-with-other" name="lived_in_bc_spouse" value="Do not live in B.C." %}Does not live in B.C.</label></div>
<p>In order to apply for a divorce in B.C., you or your spouse must have been a regular resident in B.C (the legal term is ordinarily resident <p>In order to apply for a divorce in B.C., you or your spouse must have been a regular resident in B.C (the legal term is ordinarily resident
<span class="tooltip-link" data-toggle="tooltip" data-placement="right" data-html="true" title="<b>Ordinarily resident</b><br /><br /> <span class="tooltip-link" data-toggle="tooltip" data-placement="right" data-html="true" title="<b>Ordinarily resident</b><br /><br />


+ 3
- 2
edivorce/apps/core/templates/question/06_support.html View File

@ -12,10 +12,11 @@
<h1><small>Step 6:</small>Spousal Support</h1> <h1><small>Step 6:</small>Spousal Support</h1>
<div class="question-well"> <div class="question-well">
<h3>Claimant 1 and Claimant 2 are asking for an <span class="tooltip-link" data-toggle="tooltip" data-placement="auto" data-html="true" data-trigger="click"
<h3>{% if name_you %} {{ name_you }} {% else %}Claimant 1 {% endif %} and {% if name_spouse %} {{ name_spouse }} {% else %}Claimant 2 {% endif %}
are asking for an <span class="tooltip-link" data-toggle="tooltip" data-placement="auto" data-html="true" data-trigger="click"
title="<b>Order</b><br />A type of court ruling a judge or master makes that sets out what you must do or not do.">order<i class="fa fa-question-circle" aria-hidden="true"></i></span> title="<b>Order</b><br />A type of court ruling a judge or master makes that sets out what you must do or not do.">order<i class="fa fa-question-circle" aria-hidden="true"></i></span>
for spousal support as follows:</h3> for spousal support as follows:</h3>
{% input_field type="textarea" name="spouse_support_details" rows="8" cols="65" class="response-textarea" placeholder="Please enter the spousal support details that you wnat to appear in the order issued by the court." %}
{% input_field type="textarea" name="spouse_support_details" rows="8" cols="65" class="response-textarea" placeholder="Please enter the spousal support details that you want to appear in the order issued by the court." %}
<p> <p>
To see some examples of how to write what you are asking for, refer to the Supreme Court of B.C. website. The website has a list of To see some examples of how to write what you are asking for, refer to the Supreme Court of B.C. website. The website has a list of
<a href="http://www.courts.gov.bc.ca/supreme_court/practice_and_procedure/sc_family_law_orders.aspx" target="_blank">standard terms</a> <a href="http://www.courts.gov.bc.ca/supreme_court/practice_and_procedure/sc_family_law_orders.aspx" target="_blank">standard terms</a>


Loading…
Cancel
Save