From 44522bea0115caeab8f5a23ef744aadb56133415 Mon Sep 17 00:00:00 2001 From: Charles Shin Date: Fri, 17 Mar 2017 15:25:38 -0700 Subject: [PATCH] Fixed failing test and minor issues --- edivorce/apps/core/static/js/controllers.js | 1 - .../templates/prequalification/step_01.html | 1 - .../core/templates/question/01_orders.html | 21 +++++++++++-------- edivorce/apps/core/tests.py | 2 +- 4 files changed, 13 insertions(+), 12 deletions(-) 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 %} -