From cb60548f364fbf1c5171755ca17fcce4d206420d Mon Sep 17 00:00:00 2001 From: alejandromumo Date: Thu, 14 Dec 2023 11:13:52 +0100 Subject: [PATCH] citations: fixed html rendering. --- templates/semantic-ui/zenodo_rdm/records/detail.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/semantic-ui/zenodo_rdm/records/detail.html b/templates/semantic-ui/zenodo_rdm/records/detail.html index cc773808..f42b317d 100644 --- a/templates/semantic-ui/zenodo_rdm/records/detail.html +++ b/templates/semantic-ui/zenodo_rdm/records/detail.html @@ -72,10 +72,11 @@

{{ record.ui.access_status.title_l10n }}

{%- block record_footer -%} {% if citations_enabled and not is_preview %} + {% set parent_pids = record.parent.pids or record.pids %}