Browse Source

DIV-341 - fixed sidebar help

pull/160/head
Mike Olund 8 years ago
parent
commit
012bc33419
5 changed files with 0 additions and 15 deletions
  1. +0
    -3
      edivorce/apps/core/templates/dashboard/check_with_registry.html
  2. +0
    -3
      edivorce/apps/core/templates/dashboard/file_documents.html
  3. +0
    -3
      edivorce/apps/core/templates/dashboard/order_certificate.html
  4. +0
    -3
      edivorce/apps/core/templates/dashboard/print_form.html
  5. +0
    -3
      edivorce/apps/core/templates/dashboard/wait.html

+ 0
- 3
edivorce/apps/core/templates/dashboard/check_with_registry.html View File

@ -33,9 +33,6 @@
{% block sidebarNav %}
<!-- no sidebar -->
{% endblock %}
{% block sidebar %}
<!-- no sidebar -->
{% endblock %}
{% block sidebarText %}
{% include "dashboard/partials/sidebar_help.html" %}
{% endblock %}

+ 0
- 3
edivorce/apps/core/templates/dashboard/file_documents.html View File

@ -29,9 +29,6 @@
{% block sidebarNav %}
<!-- no sidebar -->
{% endblock %}
{% block sidebar %}
<!-- no sidebar -->
{% endblock %}
{% block sidebarText %}
{% include "dashboard/partials/sidebar_help.html" %}
{% endblock %}

+ 0
- 3
edivorce/apps/core/templates/dashboard/order_certificate.html View File

@ -27,9 +27,6 @@
{% block sidebarNav %}
<!-- no sidebar -->
{% endblock %}
{% block sidebar %}
<!-- no sidebar -->
{% endblock %}
{% block sidebarText %}
{% include "dashboard/partials/sidebar_help.html" %}
{% endblock %}

+ 0
- 3
edivorce/apps/core/templates/dashboard/print_form.html View File

@ -177,9 +177,6 @@
{% block sidebarNav %}
<!-- no sidebar -->
{% endblock %}
{% block sidebar %}
<!-- no sidebar -->
{% endblock %}
{% block sidebarText %}
{% include "dashboard/partials/sidebar_help.html" %}
{% endblock %}

+ 0
- 3
edivorce/apps/core/templates/dashboard/wait.html View File

@ -18,9 +18,6 @@
{% block sidebarNav %}
<!-- no sidebar -->
{% endblock %}
{% block sidebar %}
<!-- no sidebar -->
{% endblock %}
{% block sidebarText %}
{% include "dashboard/partials/sidebar_help.html" %}
{% endblock %}

Loading…
Cancel
Save