Abstract the organisation form and sidebar menu
This commit is contained in:
8
templates/forms/inputs/organisation-name.html.twig
Normal file
8
templates/forms/inputs/organisation-name.html.twig
Normal file
@@ -0,0 +1,8 @@
|
||||
{% include "@uf-tweaks/forms/inputs/abstract/name.html.twig" with
|
||||
{
|
||||
"type" : "organisation",
|
||||
"current_value" : organisation.name,
|
||||
"field_name" : translate('ORGANISATION.NAME'),
|
||||
"col_width" : col_width
|
||||
}
|
||||
%}
|
||||
Reference in New Issue
Block a user