From 32e785cb28b59e938696f1152b372b4de7f66d02 Mon Sep 17 00:00:00 2001 From: mb-wali Date: Thu, 15 Apr 2021 08:28:48 +0200 Subject: [PATCH] bugfix: created field using old metadata field --- invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html index 23ddc47..30d1d20 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html @@ -49,7 +49,7 @@ {% endif %} {%- for r in records %} - {%- set creation_date = r._created|from_isodatetime -%} + {%- set creation_date = r.created|from_isodatetime -%} {%- set record_url = url_for('invenio_app_rdm_records.record_detail', pid_value=r.id) %}