Fixes ribbon link on speakers modal

This commit is contained in:
Erick Mendonca 2014-08-25 10:26:19 -03:00
parent 84c47e3584
commit 0ba82756c3

View file

@ -37,7 +37,7 @@
{% if speaker.ribbon != null %}
<div class="modal-ribbon-wrapper">
{% for ribbon in speaker.ribbon %}
<a class="modal-ribbon" href="ribbon["url"]" target="_blank">{{ ribbon["title"] }}</a>
<a class="modal-ribbon" href="{{ ribbon["url"] }}" target="_blank">{{ ribbon["title"] }}</a>
{% endfor %}
</div>
{% endif %}