Skip to content

Commit

Permalink
Merge pull request #13 from WadeBarnes/publicbeta
Browse files Browse the repository at this point in the history
Updates to include in public beta
  • Loading branch information
WadeBarnes authored Jul 10, 2018
2 parents 59f4f0e + 6f6969b commit 8cadf46
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
Binary file modified edivorce/apps/core/static/img/logo-legal-services.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion edivorce/apps/core/templates/question/08_other_orders.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h3>Please enter the full <strong>new</strong> name</h3>
</div>

<div class="question-well">
<h3>Please enter the details for other orders that you are asking for.</h3>
<h3>OPTIONAL - Please enter the details for other orders that you are asking for.</h3>
{% input_field type="textarea" name="other_orders_detail" rows="8" cols="65" class="response-textarea" %}

<div id="questions_modal" class="modal fade" tabindex="-1" role="dialog">
Expand Down
11 changes: 8 additions & 3 deletions edivorce/apps/core/templates/question/09_other_questions.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,18 @@ <h2>Your Spouse's Contact Information</h2>
{% if married_marriage_like == "Legally married" %}
<div class="question-well">
<h2>Divorce is to take effect on:</h2>
<div class="radio"><label>{% input_field type="radio" class="radio-with-other" name="divorce_take_effect_on" value="the 31st day after the date of this order" %}the 31st day after the date of this order</label></div>
<div class="radio"><label>{% input_field type="radio" class="radio-with-other" name="divorce_take_effect_on" value="specific date" %}a specific date
<div class="radio"><label>{% input_field type="radio" class="radio-with-other" name="divorce_take_effect_on" value="the 31st day after the date of this order" data_target_id="take_effect_alert" data_reveal_target="false" %}the 31st day after the date of this order</label></div>
<div class="radio">
<label>{% input_field type="radio" class="radio-with-other" name="divorce_take_effect_on" value="specific date" data_target_id="take_effect_alert" data_reveal_target="true" %}a specific date
<span class="input-group date date-picker-group" data-allow-future-date="true">
{% input_field type="text" name="divorce_take_effect_on_specific_date" id="effect_date" class="date-picker-future other-textbox input-inline form-control" tabindex="-1" placeholder="DD/MM/YYYY" %}
<span class="input-group-addon" ><i class="fa fa-calendar circle"></i></span>
</span>
</label></div>
</label>
<div class="information-message bg-danger" id="take_effect_alert" hidden>
<p>For urgent circumstances ONLY!</p>
</div>
</div>
<p>
If you select the "specific date" option you can choose to have the divorce sooner.
However, you will need to request this as an "other" order in Step 1 of this questionnaire and you will need to provide evidence in your affidavit as to why the court should waive the 31 days.
Expand Down

0 comments on commit 8cadf46

Please sign in to comment.