From cd47f143c41bcdb4ce5b242c367b2bbed0f63bf2 Mon Sep 17 00:00:00 2001
From: Parbhat Puri <parbhatpuri17@gmail.com>
Date: Tue, 19 Mar 2019 13:38:43 +0000
Subject: [PATCH] cleanup

---
 opentech/apply/funds/templates/funds/application_base.html    | 4 ++--
 .../templates/stream_forms/render_group_field.html            | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)
 delete mode 100644 opentech/apply/stream_forms/templates/stream_forms/render_group_field.html

diff --git a/opentech/apply/funds/templates/funds/application_base.html b/opentech/apply/funds/templates/funds/application_base.html
index c692e43dc..481536711 100644
--- a/opentech/apply/funds/templates/funds/application_base.html
+++ b/opentech/apply/funds/templates/funds/application_base.html
@@ -34,8 +34,8 @@
                 {% if field.field %}
                     {% include "forms/includes/field.html" with is_application=True %}
                 {% else %}
-                    {% if field.group_number and field.group_number > 1 %}
-                        <div class="field-group-{{ field.group_number }} hidden">
+                    {% if field.group_number > 1 %}
+                        <div class="field-group-{{ field.group_number }}" style="display:none;">
                             {{ field }}
                         </div>
                     {% else %}
diff --git a/opentech/apply/stream_forms/templates/stream_forms/render_group_field.html b/opentech/apply/stream_forms/templates/stream_forms/render_group_field.html
deleted file mode 100644
index 883fb4824..000000000
--- a/opentech/apply/stream_forms/templates/stream_forms/render_group_field.html
+++ /dev/null
@@ -1 +0,0 @@
-{# Intentionally created blank file so that no output render for group block #}
-- 
GitLab