Skip to content
Snippets Groups Projects
Commit 7cd97570 authored by sandeepsajan0's avatar sandeepsajan0
Browse files

Remove extra js-hidden class for group field in template

parent 0228ce14
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