Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sonar/modules/collections/templates/collections/item.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<http: //www.gnu.org/licenses />.
#}
{% set name = collection.name | language_value %}
{% set organisation = collection.organisation['$ref'] | get_organisation_by_ref %}
{% set organisation = collection.organisation.pid | get_organisation_by_pid %}
{% set coll_view_code = organisation.code if organisation.isDedicated else view_code %}
<div class="row">
{% set thumbnail = collection | record_image_url('coll') %}
Expand Down