diff --git a/templates/web/prod/actions/edit_default.html.twig b/templates/web/prod/actions/edit_default.html.twig index bc4a8a3de9..781183b270 100644 --- a/templates/web/prod/actions/edit_default.html.twig +++ b/templates/web/prod/actions/edit_default.html.twig @@ -90,7 +90,7 @@ {% endif %} {% for field in fields %} {% set i = field.get_id() %} - {% if field.is_readonly() is empty %} + {% if field.is_readonly() is empty and field.get_gui_editable()== 1 %}