From a2c77a8332968583dbf9f31b446fc74722d5d0f8 Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Mon, 11 Jan 2021 15:44:50 +0100 Subject: [PATCH] bugfix(ui): start page license was not a url --- 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 ca4c56b..6dae71b 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html @@ -99,7 +99,7 @@ {{ r.access.access_right | make_dict_like('access_right') | vocabulary_title('access_right') }} {%- for right in r.metadata.rights %} - {{ '(' ~ right.identifier ~ ')' }} + {{ '(' ~ right.identifier ~ ')' }} {%- endfor %}