mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2026-01-20 01:01:57 +00:00
bugfix: created field using old metadata field
This commit is contained in:
@@ -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) %}
|
||||
|
||||
<article>
|
||||
|
||||
Reference in New Issue
Block a user