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 @@ ...@@ -9,9 +9,9 @@
{{ contact.title }} {{ contact.title }}
</h2> </h2>
{% endif %} {% endif %}
{% if contact.position %} {% if contact.sub_title %}
<div class="uw-contact__position"> <div class="uw-contact__position">
{{ contact.position }} {{ contact.sub_title }}
</div> </div>
{% endif %} {% endif %}
{% endblock %} {% endblock %}
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<div class="uw-contact__info"> <div class="uw-contact__info">
{% if contact.image %} {% if contact.image %}
<div class="uw-contact__image"> <div class="uw-contact__image">
<img src="{{ contact.image }} alt="{{ contact.title }}" /> <img src="{{ contact.image.uri }} alt="{{ contact.title }}" />
</div> </div>
{% endif %} {% endif %}
{% if contact.email or contact.phone %} {% 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