diff --git a/edivorce/apps/core/templates/dashboard/final_filing.html b/edivorce/apps/core/templates/dashboard/final_filing.html index 8df6ad51..df5e8b78 100644 --- a/edivorce/apps/core/templates/dashboard/final_filing.html +++ b/edivorce/apps/core/templates/dashboard/final_filing.html @@ -90,7 +90,7 @@ - + {% input_field type="number" name="court_file_number" id="court-file-number" class="input-inline" %} diff --git a/edivorce/apps/core/templates/partials/dashnav.html b/edivorce/apps/core/templates/partials/dashnav.html index 798f74d7..53e8d837 100644 --- a/edivorce/apps/core/templates/partials/dashnav.html +++ b/edivorce/apps/core/templates/partials/dashnav.html @@ -21,7 +21,7 @@ - Wait for Court File # + Wait for Court File Number {% endif %} diff --git a/edivorce/apps/core/templates/partials/tooltips/court_file_number.html b/edivorce/apps/core/templates/partials/tooltips/court_file_number.html index 5153b9d1..cd111cb0 100644 --- a/edivorce/apps/core/templates/partials/tooltips/court_file_number.html +++ b/edivorce/apps/core/templates/partials/tooltips/court_file_number.html @@ -1,9 +1,8 @@ - - {% if text %}{{ text }}{% else %}Court File Number{% endif %} - \ No newline at end of file + + Court File Number + + \ No newline at end of file diff --git a/edivorce/apps/core/templates/partials/tooltips/online_package_number.html b/edivorce/apps/core/templates/partials/tooltips/online_package_number.html index fbd290b1..d8bd46fd 100644 --- a/edivorce/apps/core/templates/partials/tooltips/online_package_number.html +++ b/edivorce/apps/core/templates/partials/tooltips/online_package_number.html @@ -4,5 +4,5 @@ CSO Online Package #

This is the filing # given by the Court Registry to your spouse when they filed their portion - of the documents. If unknown, please check with your spouse before entering your Court File #."> + of the documents. If unknown, please check with your spouse before entering your Court File Number."> {% if with_cso %}CSO {% endif %}Online Package # \ No newline at end of file