Browse Source

link publisher was wrong on artwork template

master
jules 4 years ago
parent
commit
8fe3bd23cd
  1. 2
      templates/artwork.html

2
templates/artwork.html

@ -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 %}

Loading…
Cancel
Save