Skip to content
Snippets Groups Projects
Unverified Commit 789c5090 authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #2907 from HyphaApp/fix/group-header-text

Remove js-hidden class from wrapped block inside the group fields
parents 0228ce14 7cd97570
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@
{% endif %}
{% else %}
{% if field.group_number > 1 %}
<div class="field-group-{{ field.group_number }}{% if not show_all_group_fields %} js-hidden{% endif %}">
<div class="field-group-{{ field.group_number }}">
{{ field.block }}
</div>
{% else %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment