From 4d5ae2007ad70ad58276515b7207a8e7e6eda0b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Fri, 23 Sep 2016 14:45:43 +0200 Subject: [PATCH] Add the title to the summary --- app/templates/network/inc/person/list_circle_style.html | 2 +- app/templates/network/inc/person/list_square_style.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/network/inc/person/list_circle_style.html b/app/templates/network/inc/person/list_circle_style.html index 40275101..de55bb2b 100644 --- a/app/templates/network/inc/person/list_circle_style.html +++ b/app/templates/network/inc/person/list_circle_style.html @@ -8,7 +8,7 @@
-
+
>

{{ person_list_block.title }}

{% if person_list_block.description %} diff --git a/app/templates/network/inc/person/list_square_style.html b/app/templates/network/inc/person/list_square_style.html index 47a2a45e..d75f6011 100644 --- a/app/templates/network/inc/person/list_square_style.html +++ b/app/templates/network/inc/person/list_square_style.html @@ -8,7 +8,7 @@
-
+
>

{{ person_list_block.title }}

{% if person_list_block.description %} -- 2.39.5