@@ -0,0 +1,2 @@
|
||||
{% from 'form-elements/input.twig' import input %}
|
||||
{{ input( id, name, '', 'text', select2_args ) }}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
{% from 'form-elements/input.twig' import input %}
|
||||
{{ input( id, name, '', 'text', select2_args ) }}
|
||||