Abstract the organisation form and sidebar menu

This commit is contained in:
2023-06-06 15:09:14 +01:00
parent cbf6b916c3
commit b8cb04cd14
6 changed files with 57 additions and 76 deletions

View File

@@ -0,0 +1,7 @@
{% include "@uf-tweaks/forms/inputs/abstract/description.html.twig" with
{
"type" : "organisation",
"current_value" : organisation.description,
"col_width" : col_width
}
%}