Browse Source

DIV-1266 - No "Back" button on the scanning help page

pull/172/head
Michael Olund 5 years ago
parent
commit
7c20efbd8a
4 changed files with 14 additions and 2 deletions
  1. +1
    -1
      edivorce/apps/core/templates/dashboard/final_filing.html
  2. +4
    -0
      edivorce/apps/core/templates/dashboard/help_saving_pdf.html
  3. +8
    -0
      edivorce/apps/core/templates/dashboard/help_scanning.html
  4. +1
    -1
      edivorce/apps/core/templates/dashboard/initial_filing.html

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

@ -73,7 +73,7 @@
<b>Missing a form required on this page?</b> Check the
<a href="{% url 'dashboard_nav' 'print_form' %}">Review Forms</a> step.
</p>
<p><a href="{% url 'dashboard_nav' 'help_scanning' %}">Need help with Scanning your documents?</a></p>
<p><a href="{% url 'dashboard_nav' 'help_scanning' %}?filing=final">Need help with Scanning your documents?</a></p>
</div>
{% if how_to_file == 'Online' %}
<div class="add-bottom-margin">


+ 4
- 0
edivorce/apps/core/templates/dashboard/help_saving_pdf.html View File

@ -96,6 +96,10 @@
</ol>
</div>
<div class="form-buttons clearfix">
<a class="btn btn-primary" href="{% url 'dashboard_nav' 'print_form' %}"><i class="fa fa-arrow-circle-o-left"></i>&nbsp;&nbsp;&nbsp;Back</a>
</div>
{% endblock %}
{% block backToDashboard %}


+ 8
- 0
edivorce/apps/core/templates/dashboard/help_scanning.html View File

@ -97,6 +97,14 @@
</p>
</div>
</div>
<div class="form-buttons clearfix">
<a class="btn btn-primary"
href="{% url 'dashboard_nav' '' %}{% if request.GET.filing == 'final' %}final_filing{% else %}initial_filing{% endif %}">
<i class="fa fa-arrow-circle-o-left"></i>&nbsp;&nbsp;&nbsp;Back
</a>
</div>
{% endblock %}
{% block backToDashboard %}


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

@ -54,7 +54,7 @@
remaining documents required to complete your divorce.
</p>
<p><b>Missing a form required on this page?</b> Check the <a href="{% url 'dashboard_nav' 'print_form' %}">Review Forms</a> step.</p>
<p><a href="{% url 'dashboard_nav' 'help_scanning' %}">Need help with Scanning your documents?</a></p>
<p><a href="{% url 'dashboard_nav' 'help_scanning' %}?filing=initial">Need help with Scanning your documents?</a></p>
<div class="upload-area">
{% if how_to_sign == 'Together' and signing_location == 'In-person' %}


Loading…
Cancel
Save