From: Guillaume Pellerin Date: Tue, 15 Nov 2016 10:28:27 +0000 (+0100) Subject: Fix links slug X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1a50839cf9d67fb578cf41aafb8fb8c46565d057;p=mezzo.git Fix links slug --- diff --git a/app/templates/core/inc/link.html b/app/templates/core/inc/link.html index ed060574..ebb7bdfc 100644 --- a/app/templates/core/inc/link.html +++ b/app/templates/core/inc/link.html @@ -1,6 +1,6 @@ {% load mezzanine_tags i18n %} diff --git a/app/templates/network/inc/person/person_card_circle.html b/app/templates/network/inc/person/person_card_circle.html index 812df877..d714d3a7 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 %}