Browse Source

DIV-1242: Minor content updates

pull/172/head
ariannedee 5 years ago
parent
commit
72f1ce9bf1
4 changed files with 16 additions and 12 deletions
  1. +5
    -3
      edivorce/apps/core/templates/dashboard/next_steps.html
  2. +5
    -4
      edivorce/apps/core/templates/dashboard/order_certificate.html
  3. +5
    -3
      edivorce/apps/core/templates/dashboard/wait_for_number.html
  4. +1
    -2
      vue/src/components/Uploader/Uploader.vue

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

@ -14,13 +14,15 @@
the next steps to complete your filing.
</p>
<p>
Please return to this page once you have completed the
<a href="{% url 'dashboard_nav' 'final_filing' %}">Final Filing</a> step.
<b>
Please return to this page once you have completed the
<a href="{% url 'dashboard_nav' 'final_filing' %}">Final Filing</a> step.
</b>
</p>
{% else %}
{% if how_to_file == 'Online' %}
<p>
You have successfully completed filing online.
<b>You have successfully completed filing online.</b>
</p>
<p>
<b>Your {% include "partials/tooltips/online_package_number.html" with with_cso=True %} is {{ final_filing_package_number }}</b>


+ 5
- 4
edivorce/apps/core/templates/dashboard/order_certificate.html View File

@ -3,18 +3,19 @@
{% block title %}{{ block.super }}: Overview{% endblock %}
{% block progress %}{% include "partials/dashnav.html" with active_page=active_page %}{% endblock %}
{% block container_col %}dashboard-content{% endblock %}
{% block content %}
<h1>Order a Certificate of Divorce (Optional)</h1>
<p>$40 for each Certificate of Divorce (as of March 2013)</p>
<p>
Anytime after 31 days have passed and the divorce has become final, you can go back to the registry to ask for a Certificate of Divorce Form
(F56).
</p>
<p>There is a $40 charge for each Certificate of Divorce issued.</p>
<p>
This step isn't mandatory. If you don't go to the court registry to get a Certificate of Divorce, your divorce will still be legal. If you
ever have to show legal proof of your divorce, you can use your divorce order. However, you may prefer just to show a certificate rather than
all the details in the order.
This step isn't mandatory. If you don't go to the court registry to get a Certificate of Divorce, your divorce will still be legal.
If you ever have to show legal proof of your divorce, you can use your divorce order.
However, you may prefer just to show a certificate rather than all the details in the order.
</p>
<p>
For details on


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

@ -9,7 +9,7 @@
<h1>Wait for Court File Number</h1>
{% if initial_filing_submitted == 'True' %}
<p>
You’ve successfully completed your initial filing with the Court Registry.
<b>You’ve successfully completed your initial filing with the Court Registry.</b>
</p>
<p>
<b>Your {% include "partials/tooltips/online_package_number.html" with with_cso=True %} is {{ initial_filing_package_number }}</b>
@ -42,8 +42,10 @@
the next steps to complete your filing.
</p>
<p>
Please return to this page once you have completed the
<a href="{% url 'dashboard_nav' 'initial_filing' %}">Initial Filing</a> step.
<b>
Please return to this page once you have completed the
<a href="{% url 'dashboard_nav' 'initial_filing' %}">Initial Filing</a> step.
</b>
</p>
{% endif %}
{% endblock %}


+ 1
- 2
vue/src/components/Uploader/Uploader.vue View File

@ -11,8 +11,7 @@
<span v-else-if="party === 0 && formDef.indicateWhenJoint"> - Joint</span>
</h5>
<p v-if="formDef.optional">
(<em><strong>Optional</strong></em
>: {{ formDef.optional }})
(<strong>Optional</strong>: {{ formDef.optional }})
</p>
<tooltip
:text="formatHelpText(formDef.name, formDef.help, formDef.signature)"


Loading…
Cancel
Save