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) %}