From 1d5d731a6152ba3954829547f38122e2d3bf8531 Mon Sep 17 00:00:00 2001 From: Tom Morrell Date: Wed, 23 Oct 2024 15:43:05 +0000 Subject: [PATCH] Fix title --- .../semantic-ui/invenio_app_rdm/records/macros/detail.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html b/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html index 1732fc7..a098d03 100644 --- a/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html +++ b/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html @@ -201,12 +201,7 @@

{{ add_description.type.title_l10n }} {{ values.title_l10n | safe }} - {% else %} - {{ values.title_l10n }} - {% endif %} + {{ values.title_l10n }} {% else %} {% for value in values %} {{ value.title_l10n }}{{ ", " if not loop.last }}