This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-ex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
DIV-341 - fixed sidebar help
pull/160/head
Mike Olund
8 years ago
parent
9cdf7eeba4
commit
012bc33419
5 changed files
with
0 additions
and
15 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
edivorce/apps/core/templates/dashboard/check_with_registry.html
+0
-3
edivorce/apps/core/templates/dashboard/file_documents.html
+0
-3
edivorce/apps/core/templates/dashboard/order_certificate.html
+0
-3
edivorce/apps/core/templates/dashboard/print_form.html
+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 %}
Write
Preview
Loading…
Cancel
Save