Corpus List update

This commit is contained in:
Inga Kirschnick
2023-06-06 15:39:47 +02:00
parent 59950aba5b
commit 4c277cd685
9 changed files with 142 additions and 51 deletions

View File

@@ -143,7 +143,7 @@
corpusList.add(
[
{% for corpus in corpora %}
{{ corpus.to_json_serializeable(backrefs=True)|tojson }},
{{ corpus.to_json_serializeable(backrefs=True, relationships=True)|tojson }},
{% endfor %}
]
);