Skip to content
Snippets Groups Projects
Commit f05b737c authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-4704: fixing contact

parent 1eb1bc50
No related branches found
No related tags found
1 merge request!66ISTWCMS-4704: adding date component with ability to handle multiple dates and...
......@@ -9,9 +9,9 @@
{{ contact.title }}
</h2>
{% endif %}
{% if contact.position %}
{% if contact.sub_title %}
<div class="uw-contact__position">
{{ contact.position }}
{{ contact.sub_title }}
</div>
{% endif %}
{% endblock %}
......@@ -20,7 +20,7 @@
<div class="uw-contact__info">
{% if contact.image %}
<div class="uw-contact__image">
<img src="{{ contact.image }} alt="{{ contact.title }}" />
<img src="{{ contact.image.uri }} alt="{{ contact.title }}" />
</div>
{% endif %}
{% if contact.email or contact.phone %}
......
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