diff --git a/opentech/apply/funds/templates/funds/application_base.html b/opentech/apply/funds/templates/funds/application_base.html
index c692e43dc0b86280b7d2526b67cd64669bc992a9..481536711302823109b1cfafde4810d0fe22d41d 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 883fb4824f51b04fbbf860a4736d590d611b36fb..0000000000000000000000000000000000000000
--- 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 #}