From: Emilie Date: Wed, 26 Oct 2016 09:01:21 +0000 (+0200) Subject: Task #279: link target issue X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4c5043aa9f037ea30d0b41be6e3a851ec2e83e6c;p=mezzo.git Task #279: link target issue --- diff --git a/app/templates/network/inc/person/person_card_circle.html b/app/templates/network/inc/person/person_card_circle.html index 991c899c..812df877 100644 --- a/app/templates/network/inc/person/person_card_circle.html +++ b/app/templates/network/inc/person/person_card_circle.html @@ -33,7 +33,7 @@ {% endif %} {% for link in person.links.all %} {% if link %} - {% firstof link.title link.link_type.name %} + {% firstof link.title link.link_type.name %} {% endif %} {% endfor %}