From 54fd72cf882920d6efe05811c8965a9fb17757c9 Mon Sep 17 00:00:00 2001 From: Emilie Date: Wed, 21 Sep 2016 15:51:49 +0200 Subject: [PATCH] Link : correcting link icone --- app/templates/core/inc/link.html | 2 +- app/templates/network/inc/person/list_circle_style.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 2f9615b7..af2721d8 100644 --- a/app/templates/core/inc/link.html +++ b/app/templates/core/inc/link.html @@ -1,6 +1,6 @@ {% load mezzanine_tags %} diff --git a/app/templates/network/inc/person/list_circle_style.html b/app/templates/network/inc/person/list_circle_style.html index f2c2ab5a..12c50940 100644 --- a/app/templates/network/inc/person/list_circle_style.html +++ b/app/templates/network/inc/person/list_circle_style.html @@ -20,7 +20,7 @@ {% endif %} {% with person.links.first as link %} {% if link %} - {{ link.link_type.name }} + {{ link.link_type.name }} {% endif %} {% endwith %} {% endwith %} -- 2.39.5