From 204f5dca71b02a5cee1883856a729046df0ef8e0 Mon Sep 17 00:00:00 2001 From: Anna Sidwell Date: Wed, 28 Mar 2018 18:15:09 +1100 Subject: [PATCH] Fix conditional validation from 946ec52119d0 --- apps/map/templates/map/form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/map/templates/map/form.html b/apps/map/templates/map/form.html index c7cc3c7..5d6e45e 100644 --- a/apps/map/templates/map/form.html +++ b/apps/map/templates/map/form.html @@ -64,7 +64,7 @@ { // 2.1 - Power Generation "field": "#id_sector_of_economy", "showHide": ["#power_generation_questions"], - "condition": ["WND","SOL","HYD"] + "condition": ["RNW"] }, { "field": "#id_generation_technology",