From 1a50839cf9d67fb578cf41aafb8fb8c46565d057 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 15 Nov 2016 11:28:27 +0100 Subject: [PATCH] Fix links slug --- app/templates/core/inc/link.html | 2 +- app/templates/network/inc/person/person_card_circle.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %} -- 2.39.5