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
Merge commit 'aadfdb6d259ed0832c6c95367f7c8ed7424ce912'
pull/160/head
Mike Olund
8 years ago
parent
ac6277ca47
aadfdb6d25
commit
6db8d7f12b
9 changed files
with
40 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
edivorce/apps/core/templates/base.html
+4
-1
edivorce/apps/core/templates/overview.html
+3
-0
edivorce/apps/core/templates/prequalification/step_01.html
+3
-0
edivorce/apps/core/templates/prequalification/step_04.html
+6
-1
edivorce/apps/core/templates/question/03_respondent.html
+8
-1
edivorce/apps/core/templates/question/08_other_orders.html
+4
-0
edivorce/apps/core/templates/question/09_other_questions.html
+3
-0
edivorce/apps/core/templates/question/11_review.html
+7
-0
edivorce/apps/core/templates/question/12_uncategorized.html
+ 2
- 0
edivorce/apps/core/templates/base.html
View File
@ -74,9 +74,11 @@
{% endif %}
<
/
div
>
<
div
class
=
"col-md-7"
>
{% block sidebarNav %}
<
div
class
=
"more_information-link"
>
<
a
href
=
"#"
class
=
"active"
>
<
i
class
=
"fa fa-info-circle"
aria-hidden
=
"true"
>
<
/
i
>
More Information
<
/
a
>
<
/
div
>
{% endblock %}
<
div
class
=
"mid_banner-link"
>
<
a
href
=
"#"
>
<
i
class
=
"fa fa-balance-scale"
aria-hidden
=
"true"
>
<
/
i
>
Legal Support
<
/
a
>
<
/
div
>
+ 4
- 1
edivorce/apps/core/templates/overview.html
View File
@ -77,6 +77,9 @@
<!--
no formbuttons
-->
{% endblock %}
{% block sidebarNav %}
<!--
no sidebar
-->
{% endblock %}
{% block sidebar %}
<!--
no sidebar
-->
{% endblock %}
+ 3
- 0
edivorce/apps/core/templates/prequalification/step_01.html
View File
@ -58,6 +58,9 @@
<
/
div
>
{% endblock %}
{% block sidebarNav %}
<!--
no sidebar
-->
{% endblock %}
{% block sidebar %}
<!--
no sidebar
-->
{% endblock %}
+ 3
- 0
edivorce/apps/core/templates/prequalification/step_04.html
View File
@ -91,6 +91,9 @@
<
/
div
>
{% endblock %}
{% block sidebarNav %}
<!--
no sidebar
-->
{% endblock %}
{% block sidebar %}
<!--
no sidebar
-->
{% endblock %}
+ 6
- 1
edivorce/apps/core/templates/question/03_respondent.html
View File
@ -156,4 +156,9 @@
{% block formBack %}{% url 'question_steps' '02_claimant' %}{% endblock %}
{% block formNext %}{% url 'question_steps' '04_marriage' %}{% endblock %}
{% block sidebar %}{% endblock %}
{% block sidebarNav %}
<!--
no sidebar
-->
{% endblock %}
{% block sidebar %}
<!--
no sidebar
-->
{% endblock %}
+ 8
- 1
edivorce/apps/core/templates/question/08_other_orders.html
View File
@ -14,4 +14,11 @@
{% endblock %}
{% block formBack %}{% url 'question_steps' '07_property' %}{% endblock %}
{% block formNext %}{% url 'question_steps' '09_other_questions' %}{% endblock %}
{% block formNext %}{% url 'question_steps' '09_other_questions' %}{% endblock %}
{% block sidebarNav %}
<!--
no sidebar
-->
{% endblock %}
{% block sidebar %}
<!--
no sidebar
-->
{% endblock %}
+ 4
- 0
edivorce/apps/core/templates/question/09_other_questions.html
View File
@ -79,5 +79,9 @@
{% block formBack %}{% url 'question_steps' '08_other_orders' %}{% endblock %}
{% block formNext %}{% url 'question_steps' '10_location' %}{% endblock %}
{% block sidebarNav %}
<!--
no sidebar
-->
{% endblock %}
{% block sidebar %}
<!--
no sidebar
-->
{% endblock %}
+ 3
- 0
edivorce/apps/core/templates/question/11_review.html
View File
@ -63,6 +63,9 @@
<!--
no formbuttons
-->
{% endblock %}
{% block sidebarNav %}
<!--
no sidebar
-->
{% endblock %}
{% block sidebar %}
<!--
no sidebar
-->
{% endblock %}
+ 7
- 0
edivorce/apps/core/templates/question/12_uncategorized.html
View File
@ -101,4 +101,11 @@
{% block formbuttons %}
<!--
no formbuttons
-->
{% endblock %}
{% block sidebarNav %}
<!--
no sidebar
-->
{% endblock %}
{% block sidebar %}
<!--
no sidebar
-->
{% endblock %}
Write
Preview
Loading…
Cancel
Save