Skip to content
Snippets Groups Projects
Commit 3efcf3ed authored by Igor Biki's avatar Igor Biki
Browse files

Merge branch 'feature/ISTWCMS-6013-ebremner-events-map-link' into '1.0.x'

ISTWCMS-6013: fixing map link

See merge request !77
parents 409f04fb 5830ce6f
No related branches found
No related tags found
1 merge request!77ISTWCMS-6013: fixing map link
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
{% if map_link %} {% if map_link %}
<div class="card__map-link"> <div class="card__map-link">
<span class="uw-label"> Link to map:</span> <span class="uw-label"> Link to map:</span>
<a href="{{ map_link.uri }}">{{ map_link.uri }}</a> <a href="{{ map_link.0.uri }}">{{ map_link.0.uri }}</a>
</div> </div>
{% endif %} {% endif %}
{% endblock %} {% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment