Skip to content

Commit

Permalink
Merge pull request #311 from City-of-Helsinki/fix-template-path
Browse files Browse the repository at this point in the history
fix: the path to popover share
  • Loading branch information
jannetalvio committed Nov 30, 2023
2 parents aaac9c6 + 714a8e0 commit 7bebf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hkm/templates/hkm/views/collection_record.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
{% block hidden %}
{% if record %}
{% include 'hkm/snippets/popover_cart.html' with full_res_image_url=record_original_url web_image_url=record.id|finna_default_image_url finna_id=record.id cropped_web_image_url=record_web_url finna_id=record.id%}
{% include 'hkm/snippets/popover_sharing.html' %}
{% include 'hkm/snippets/popover_share.html' %}
{% endif %}
{% endblock %}

0 comments on commit 7bebf7d

Please sign in to comment.