Browse Source

Moved partials to the correct directory

pull/160/head
Mike Olund 8 years ago
parent
commit
dd1140bb6b
26 changed files with 26 additions and 25 deletions
  1. +1
    -1
      edivorce/apps/core/templates/dashboard/check_with_registry.html
  2. +1
    -1
      edivorce/apps/core/templates/dashboard/file_documents.html
  3. +1
    -1
      edivorce/apps/core/templates/dashboard/order_certificate.html
  4. +1
    -1
      edivorce/apps/core/templates/dashboard/print_form.html
  5. +1
    -1
      edivorce/apps/core/templates/dashboard/wait.html
  6. +1
    -1
      edivorce/apps/core/templates/overview.html
  7. +0
    -0
      edivorce/apps/core/templates/partials/dashnav.html
  8. +2
    -1
      edivorce/apps/core/templates/partials/progress.html
  9. +1
    -1
      edivorce/apps/core/templates/prequalification/step_01.html
  10. +1
    -1
      edivorce/apps/core/templates/prequalification/step_02.html
  11. +1
    -1
      edivorce/apps/core/templates/prequalification/step_03.html
  12. +1
    -1
      edivorce/apps/core/templates/prequalification/step_04.html
  13. +1
    -1
      edivorce/apps/core/templates/prequalification/step_05.html
  14. +1
    -1
      edivorce/apps/core/templates/prequalification/step_06.html
  15. +1
    -1
      edivorce/apps/core/templates/question/01_orders.html
  16. +1
    -1
      edivorce/apps/core/templates/question/02_claimant.html
  17. +1
    -1
      edivorce/apps/core/templates/question/03_respondent.html
  18. +1
    -1
      edivorce/apps/core/templates/question/04_marriage.html
  19. +1
    -1
      edivorce/apps/core/templates/question/05_separation.html
  20. +1
    -1
      edivorce/apps/core/templates/question/06_support.html
  21. +1
    -1
      edivorce/apps/core/templates/question/07_property.html
  22. +1
    -1
      edivorce/apps/core/templates/question/08_other_orders.html
  23. +1
    -1
      edivorce/apps/core/templates/question/09_other_questions.html
  24. +1
    -1
      edivorce/apps/core/templates/question/10_location.html
  25. +1
    -1
      edivorce/apps/core/templates/question/11_review.html
  26. +1
    -1
      edivorce/apps/core/templates/question/12_uncategorized.html

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

@ -2,7 +2,7 @@
{% block title %}{{ block.super }}: Overview{% endblock %} {% block title %}{{ block.super }}: Overview{% endblock %}
{% block progress %}{% include "dashnav.html" with active_page=active_page %}{% endblock %}
{% block progress %}{% include "partials/dashnav.html" with active_page=active_page %}{% endblock %}
{% block content %} {% block content %}


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

@ -2,7 +2,7 @@
{% block title %}{{ block.super }}: Overview{% endblock %} {% block title %}{{ block.super }}: Overview{% endblock %}
{% block progress %}{% include "dashnav.html" with active_page=active_page %}{% endblock %}
{% block progress %}{% include "partials/dashnav.html" with active_page=active_page %}{% endblock %}
{% block content %} {% block content %}


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

@ -2,7 +2,7 @@
{% block title %}{{ block.super }}: Overview{% endblock %} {% block title %}{{ block.super }}: Overview{% endblock %}
{% block progress %}{% include "dashnav.html" with active_page=active_page %}{% endblock %}
{% block progress %}{% include "partials/dashnav.html" with active_page=active_page %}{% endblock %}
{% block content %} {% block content %}
<h1>Order a Certificate of Divorce (Optional)</h1> <h1>Order a Certificate of Divorce (Optional)</h1>


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

@ -2,7 +2,7 @@
{% block title %}{{ block.super }}: Overview{% endblock %} {% block title %}{{ block.super }}: Overview{% endblock %}
{% block progress %}{% include "dashnav.html" with active_page=active_page %}{% endblock %}
{% block progress %}{% include "partials/dashnav.html" with active_page=active_page %}{% endblock %}
{% block content %} {% block content %}
<h1>Review and Print your Divorce Forms</h1> <h1>Review and Print your Divorce Forms</h1>


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

@ -2,7 +2,7 @@
{% block title %}{{ block.super }}: Overview{% endblock %} {% block title %}{{ block.super }}: Overview{% endblock %}
{% block progress %}{% include "dashnav.html" with active_page=active_page %}{% endblock %}
{% block progress %}{% include "partials/dashnav.html" with active_page=active_page %}{% endblock %}
{% block content %} {% block content %}
<h1>Wait while Judge reviews your request</h1> <h1>Wait while Judge reviews your request</h1>


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

@ -4,7 +4,7 @@
{% block title %}{{ block.super }}: Overview{% endblock %} {% block title %}{{ block.super }}: Overview{% endblock %}
{% block progress %}{% include "dashnav.html" with active_page=active_page %}{% endblock %}
{% block progress %}{% include "partials/dashnav.html" with active_page=active_page %}{% endblock %}
{% block content %} {% block content %}


edivorce/apps/core/templates/dashnav.html → edivorce/apps/core/templates/partials/dashnav.html View File


edivorce/apps/core/templates/progress.html → edivorce/apps/core/templates/partials/progress.html View File

@ -6,7 +6,8 @@
<a href="{% url 'prequalification' '01' %}" class="progress-question complete {% if active_page == 'prequalification' %} active {% endif %}"> <a href="{% url 'prequalification' '01' %}" class="progress-question complete {% if active_page == 'prequalification' %} active {% endif %}">
<span class="progress-icon"><i class="fa fa-share-alt" aria-hidden="true"></i></span> <span class="progress-icon"><i class="fa fa-share-alt" aria-hidden="true"></i></span>
<span class="progress-content">Qualifying Questions</span> <span class="progress-content">Qualifying Questions</span>
<span class="progress-status"><i class="fa fa-check" aria-hidden="true"></i></span>
{% if step_status.prequalification == 'Started' %}<span class="progress-status"><i class="fa fa-adjust" aria-hidden="true"></i></span>
{% elif step_status.prequalification == 'Complete' %}<span class="progress-status"><i class="fa fa-check" aria-hidden="true"></i></span> {% endif %}
</a> </a>
<a href="{% url 'question_steps' 'orders' %}" class="progress-question {% if step_status.which_orders == 'Complete' %} complete {% endif %} {% if active_page == 'orders' %} active {% endif %}"> <a href="{% url 'question_steps' 'orders' %}" class="progress-question {% if step_status.which_orders == 'Complete' %} complete {% endif %} {% if active_page == 'orders' %} active {% endif %}">
<span class="progress-icon"><i class="fa fa-commenting" aria-hidden="true"></i></span> <span class="progress-icon"><i class="fa fa-commenting" aria-hidden="true"></i></span>

+ 1
- 1
edivorce/apps/core/templates/prequalification/step_01.html View File

@ -5,7 +5,7 @@
{% block progress %} {% block progress %}
{% if request.bceid_user.is_authenticated %} {% if request.bceid_user.is_authenticated %}
{% include "progress.html" %}
{% include "partials/progress.html" %}
{% endif %} {% endif %}
{% endblock %} {% endblock %}


+ 1
- 1
edivorce/apps/core/templates/prequalification/step_02.html View File

@ -5,7 +5,7 @@
{% block progress %} {% block progress %}
{% if request.bceid_user.is_authenticated %} {% if request.bceid_user.is_authenticated %}
{% include "progress.html" %}
{% include "partials/progress.html" %}
{% endif %} {% endif %}
{% endblock %} {% endblock %}


+ 1
- 1
edivorce/apps/core/templates/prequalification/step_03.html View File

@ -5,7 +5,7 @@
{% block progress %} {% block progress %}
{% if request.bceid_user.is_authenticated %} {% if request.bceid_user.is_authenticated %}
{% include "progress.html" %}
{% include "partials/progress.html" %}
{% endif %} {% endif %}
{% endblock %} {% endblock %}


+ 1
- 1
edivorce/apps/core/templates/prequalification/step_04.html View File

@ -5,7 +5,7 @@
{% block progress %} {% block progress %}
{% if request.bceid_user.is_authenticated %} {% if request.bceid_user.is_authenticated %}
{% include "progress.html" %}
{% include "partials/progress.html" %}
{% endif %} {% endif %}
{% endblock %} {% endblock %}
{% block content %} {% block content %}


+ 1
- 1
edivorce/apps/core/templates/prequalification/step_05.html View File

@ -6,7 +6,7 @@
{% block progress %} {% block progress %}
{% if request.bceid_user.is_authenticated %} {% if request.bceid_user.is_authenticated %}
{% include "progress.html" %}
{% include "partials/progress.html" %}
{% endif %} {% endif %}
{% endblock %} {% endblock %}


+ 1
- 1
edivorce/apps/core/templates/prequalification/step_06.html View File

@ -5,7 +5,7 @@
{% block progress %} {% block progress %}
{% if request.bceid_user.is_authenticated %} {% if request.bceid_user.is_authenticated %}
{% include "progress.html" %}
{% include "partials/progress.html" %}
{% endif %} {% endif %}
{% endblock %} {% endblock %}
{% block content %} {% block content %}


+ 1
- 1
edivorce/apps/core/templates/question/01_orders.html View File

@ -1,4 +1,4 @@
{% extends 'base.html' %} {% load input_field %} {% load step_order %} {% block title %}{{ block.super }}: Prequalification{% endblock %} {% block progress %}{% include "progress.html" %}{% endblock %} {% block content %}
{% extends 'base.html' %} {% load input_field %} {% load step_order %} {% block title %}{{ block.super }}: Prequalification{% endblock %} {% block progress %}{% include "partials/progress.html" %}{% endblock %} {% block content %}
<h1><small>Step 1:</small>What are you asking for <h1><small>Step 1:</small>What are you asking for
<span class="tooltip-link" data-toggle="tooltip" data-placement="auto" data-html="true" data-trigger="click" <span class="tooltip-link" data-toggle="tooltip" data-placement="auto" data-html="true" data-trigger="click"


+ 1
- 1
edivorce/apps/core/templates/question/02_claimant.html View File

@ -4,7 +4,7 @@
{% block title %}{{ block.super }}: Your Information{% endblock %} {% block title %}{{ block.super }}: Your Information{% endblock %}
{% block progress %}{% include "progress.html" %}{% endblock %}
{% block progress %}{% include "partials/progress.html" %}{% endblock %}
{% block content %} {% block content %}


+ 1
- 1
edivorce/apps/core/templates/question/03_respondent.html View File

@ -4,7 +4,7 @@
{% block title %}{{ block.super }}: Your Spouse{% endblock %} {% block title %}{{ block.super }}: Your Spouse{% endblock %}
{% block progress %}{% include "progress.html" %}{% endblock %}
{% block progress %}{% include "partials/progress.html" %}{% endblock %}
{% block content %} {% block content %}


+ 1
- 1
edivorce/apps/core/templates/question/04_marriage.html View File

@ -4,7 +4,7 @@
{% block title %}{{ block.super }}: Your Marriage{% endblock %} {% block title %}{{ block.super }}: Your Marriage{% endblock %}
{% block progress %}{% include "progress.html" %}{% endblock %}
{% block progress %}{% include "partials/progress.html" %}{% endblock %}
{% block content %} {% block content %}


+ 1
- 1
edivorce/apps/core/templates/question/05_separation.html View File

@ -4,7 +4,7 @@
{% block title %}{{ block.super }}: Reason For Divorce{% endblock %} {% block title %}{{ block.super }}: Reason For Divorce{% endblock %}
{% block progress %}{% include "progress.html" %}{% endblock %}
{% block progress %}{% include "partials/progress.html" %}{% endblock %}
{% block content %} {% block content %}


+ 1
- 1
edivorce/apps/core/templates/question/06_support.html View File

@ -5,7 +5,7 @@
{% block title %}{{ block.super }}: Declarations{% endblock %} {% block title %}{{ block.super }}: Declarations{% endblock %}
{% block progress %}{% include "progress.html" %}{% endblock %}
{% block progress %}{% include "partials/progress.html" %}{% endblock %}
{% block content %} {% block content %}


+ 1
- 1
edivorce/apps/core/templates/question/07_property.html View File

@ -4,7 +4,7 @@
{% block title %}{{ block.super }}: Application Location{% endblock %} {% block title %}{{ block.super }}: Application Location{% endblock %}
{% block progress %}{% include "progress.html" %}{% endblock %}
{% block progress %}{% include "partials/progress.html" %}{% endblock %}
{% block content %} {% block content %}


+ 1
- 1
edivorce/apps/core/templates/question/08_other_orders.html View File

@ -4,7 +4,7 @@
{% block title %}{{ block.super }}: Other Orders{% endblock %} {% block title %}{{ block.super }}: Other Orders{% endblock %}
{% block progress %}{% include "progress.html" %}{% endblock %}
{% block progress %}{% include "partials/progress.html" %}{% endblock %}
{% block content %} {% block content %}


+ 1
- 1
edivorce/apps/core/templates/question/09_other_questions.html View File

@ -4,7 +4,7 @@
{% block title %}{{ block.super }}: Spousal Support{% endblock %} {% block title %}{{ block.super }}: Spousal Support{% endblock %}
{% block progress %}{% include "progress.html" %}{% endblock %}
{% block progress %}{% include "partials/progress.html" %}{% endblock %}
{% block content %} {% block content %}


+ 1
- 1
edivorce/apps/core/templates/question/10_location.html View File

@ -4,7 +4,7 @@
{% block title %}{{ block.super }}: Property And Debts{% endblock %} {% block title %}{{ block.super }}: Property And Debts{% endblock %}
{% block progress %}{% include "progress.html" %}{% endblock %}
{% block progress %}{% include "partials/progress.html" %}{% endblock %}
{% block content %} {% block content %}


+ 1
- 1
edivorce/apps/core/templates/question/11_review.html View File

@ -5,7 +5,7 @@
{% block title %}{{ block.super }}: Review{% endblock %} {% block title %}{{ block.super }}: Review{% endblock %}
{% block progress %}{% include "progress.html" %}{% endblock %}
{% block progress %}{% include "partials/progress.html" %}{% endblock %}
{% block content %} {% block content %}
<h1><small>Step {% step_order step="review" %}:</small>Review</h1> <h1><small>Step {% step_order step="review" %}:</small>Review</h1>


+ 1
- 1
edivorce/apps/core/templates/question/12_uncategorized.html View File

@ -2,7 +2,7 @@
{% block title %}{{ block.super }}: Review{% endblock %} {% block title %}{{ block.super }}: Review{% endblock %}
{% block progress %}{% include "progress.html" %}{% endblock %}
{% block progress %}{% include "partials/progress.html" %}{% endblock %}
{% block content %} {% block content %}


Loading…
Cancel
Save