From 4c5043aa9f037ea30d0b41be6e3a851ec2e83e6c Mon Sep 17 00:00:00 2001 From: Emilie Date: Wed, 26 Oct 2016 11:01:21 +0200 Subject: [PATCH] Task #279: link target issue --- app/templates/network/inc/person/person_card_circle.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} -- 2.39.5