diff --git a/cara/apps/calculator/static/js/form.js b/cara/apps/calculator/static/js/form.js index fdf1348c..835e6fda 100644 --- a/cara/apps/calculator/static/js/form.js +++ b/cara/apps/calculator/static/js/form.js @@ -218,6 +218,10 @@ function show_disclaimer() { } } +function check_radio(id) { + $(id).click(); +} + /* -------Form validation------- */ function validate_form(form) { var submit = true; diff --git a/cara/apps/calculator/templates/calculator.form.html.j2 b/cara/apps/calculator/templates/calculator.form.html.j2 index 93e76727..ef73ba12 100644 --- a/cara/apps/calculator/templates/calculator.form.html.j2 +++ b/cara/apps/calculator/templates/calculator.form.html.j2 @@ -43,12 +43,12 @@
   -
+
   -
+
         -
+

@@ -65,9 +65,11 @@