|
|
@ -102,7 +102,7 @@ |
|
|
|
<!-- name, surname --> |
|
|
|
<div class="metadata-link artwork-rightcolumn-top-publishers-item"> |
|
|
|
{% if 'publishersLabel' in x %} |
|
|
|
<a href=""><span>{{ x['publishersLabel']['value'] }}</span></a> |
|
|
|
<a href='/organisation?id={{ x["publishers"]["value"] | replace("http://daap.bannerrepeater.org/entity/", "") }}'><span>{{ x['publishersLabel']['value'] }}</span></a> |
|
|
|
{% else %} |
|
|
|
<span>information not available</span> |
|
|
|
{% endif %} |
|
|
|