diff --git a/edivorce/apps/core/static/js/controllers.js b/edivorce/apps/core/static/js/controllers.js index ed24fe5d..5de4e3aa 100644 --- a/edivorce/apps/core/static/js/controllers.js +++ b/edivorce/apps/core/static/js/controllers.js @@ -7,7 +7,6 @@ var reveal = function(el) { var id = '#' + el.data("target_id"); var css_class = el.data("target_class"); var related_id = el.data("related_id"); - console.log(id); // hide or show based on target id if (el.data("reveal_target") == true && el.prop('checked')) { $(id).show(); diff --git a/edivorce/apps/core/templates/prequalification/step_01.html b/edivorce/apps/core/templates/prequalification/step_01.html index eed47b5e..b8c1ef62 100644 --- a/edivorce/apps/core/templates/prequalification/step_01.html +++ b/edivorce/apps/core/templates/prequalification/step_01.html @@ -10,7 +10,6 @@ {% endblock %} {% block content %} -

Do you qualify for a divorce in B.C.?

Let's start off with a few questions about your situation to make sure that this online divorce tool can diff --git a/edivorce/apps/core/templates/question/01_orders.html b/edivorce/apps/core/templates/question/01_orders.html index 0361b0b4..c8414f51 100644 --- a/edivorce/apps/core/templates/question/01_orders.html +++ b/edivorce/apps/core/templates/question/01_orders.html @@ -111,18 +111,21 @@ -

+{% comment "Not in use - Out of this scope but keep it for later" %} +
+{% endcomment %} -