feature(ui): show the license also in the frontpage

This commit is contained in:
Christoph Ladurner
2021-01-11 13:38:16 +01:00
parent 61a00bfbbc
commit 69aff9f7b0

View File

@@ -98,6 +98,10 @@
<span class="access-right">
<i class="icon lock open"></i>
{{ r.access.access_right | make_dict_like('access_right') | vocabulary_title('access_right') }}
{%- for right in r.metadata.rights %}
{{ '(' ~ right.identifier ~ ')' }}
{%- endfor %}
</span>
</div>
</div>