mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-10 22:37:28 +01:00
9 lines
293 B
Twig
9 lines
293 B
Twig
{% trans_default_domain 'FOSUserBundle' %}
|
|
|
|
{{ form_start(form, { 'action': path('fos_user_group_new'), 'attr': { 'class': 'fos_user_group_new' } }) }}
|
|
{{ form_widget(form) }}
|
|
<div>
|
|
<input type="submit" value="{{ 'group.new.submit'|trans }}" />
|
|
</div>
|
|
{{ form_end(form) }}
|