Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
johanwilfer authored Sep 20, 2024
2 parents 9453601 + 9ca2636 commit b2bd0fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/views/Form/fields.html.twig
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{% block tbbc_money_widget %}
{% for child in form %}
{{ form_widget(child) | spaceless }}
{{ form_widget(child) }}
{% endfor %}
{% endblock %}
{% block tbbc_currency_widget %}
{% for child in form %}
{{ form_widget(child) | spaceless }}
{{ form_widget(child) }}
{% endfor %}
{% endblock %}

0 comments on commit b2bd0fc

Please sign in to comment.