diff --git a/modules/oe_theme_content_event/templates/oe-theme-content-event-contacts.html.twig b/modules/oe_theme_content_event/templates/oe-theme-content-event-contacts.html.twig index 7d3f8f66d7..cb7df58e4d 100644 --- a/modules/oe_theme_content_event/templates/oe-theme-content-event-contacts.html.twig +++ b/modules/oe_theme_content_event/templates/oe-theme-content-event-contacts.html.twig @@ -8,11 +8,11 @@ #} {% if general is not empty or press is not empty %}
-

{{ 'Contacts'|t }}

+

{{ 'Contacts'|t }}

{% if general is not empty %}
-

{{ 'General contact'|t }}

+

{{ 'General contact'|t }}

{% for contact in general %} {{ contact }} @@ -22,7 +22,7 @@ {% endif %} {% if press is not empty %}
-

{{ 'Press contact'|t }}

+

{{ 'Press contact'|t }}

{% for contact in press %} {{ contact }} diff --git a/templates/content/field-group-html-element--node--oe-event--group-middle.html.twig b/templates/content/field-group-html-element--node--oe-event--group-middle.html.twig index 161c73bbbf..23a1d28d9a 100644 --- a/templates/content/field-group-html-element--node--oe-event--group-middle.html.twig +++ b/templates/content/field-group-html-element--node--oe-event--group-middle.html.twig @@ -17,7 +17,7 @@ #} {% if element.group_practical_information is not empty or element.oe_social_media_links is not empty %}
-

{{ 'Practical information'|t }}

+

{{ 'Practical information'|t }}

{{ element.group_practical_information }} diff --git a/templates/content/field-group-html-element--node--oe-event--group-top.html.twig b/templates/content/field-group-html-element--node--oe-event--group-top.html.twig index a858418184..d4c13b9ba7 100644 --- a/templates/content/field-group-html-element--node--oe-event--group-top.html.twig +++ b/templates/content/field-group-html-element--node--oe-event--group-top.html.twig @@ -29,7 +29,7 @@
{% if element.oe_event_media|render is not empty %}
-

{{ 'Media'|t }}

+

{{ 'Media'|t }}

{{ element.oe_event_media }}
{% endif %} diff --git a/templates/field/field--node--oe-project-coordinators--oe-project.html.twig b/templates/field/field--node--oe-project-coordinators--oe-project.html.twig index 0cadcbc4d2..711edb4859 100644 --- a/templates/field/field--node--oe-project-coordinators--oe-project.html.twig +++ b/templates/field/field--node--oe-project-coordinators--oe-project.html.twig @@ -9,7 +9,7 @@ {% set _title = title|default('Coordinators'|t) %} -

+

{{ _title}}