]> git.parisson.com Git - mezzo.git/commitdiff
Fix fa option
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 15 Nov 2016 10:26:20 +0000 (11:26 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 15 Nov 2016 10:26:20 +0000 (11:26 +0100)
app/templates/includes/footer.html

index 7610a39e821395785456a702cb7308a0823ab6fb..f753d5adbbd8fff27e570e66b174cd17b4aa12d3 100644 (file)
@@ -7,7 +7,7 @@
                     {% trans "Subscribe to our newsletter" %}
                 </a>
                 {% for link in host_organization.links.all %}
-                    <a class="footer__follow-link {{ link.link_type.slug }}" href="{{ link.url }}" target="_blank" title="{% trans 'Follow us on' %} {{ link.title }}"><i class="fa fa-{{ link.link_type.slug }}{% if link.fa_option %}-{{ link.fa_option }}{% endif %}"></i></a>
+                    <a class="footer__follow-link {{ link.link_type.slug }}" href="{{ link.url }}" target="_blank" title="{% trans 'Follow us on' %} {{ link.title }}"><i class="fa fa-{{ link.link_type.slug }}{% if link.link_type.fa_option %}-{{ link.link_type.fa_option }}{% endif %}"></i></a>
                 {% endfor %}
             </div>
         </div>