From 84ad0b3fe4c5e5d8689dc3d0f18d6808c87caa97 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Tue, 11 Oct 2016 16:50:46 +0200 Subject: [PATCH] Fix circle persons list --- .../network/inc/person/list_circle_style.html | 2 +- .../network/inc/person/list_square_style.html | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/app/templates/network/inc/person/list_circle_style.html b/app/templates/network/inc/person/list_circle_style.html index eedfa2eb..df00a8c1 100644 --- a/app/templates/network/inc/person/list_circle_style.html +++ b/app/templates/network/inc/person/list_circle_style.html @@ -32,7 +32,7 @@ {% with person_list_block_inline.person as person %} - {% include "network/inc/person/person_card_square.html" %} + {% include "network/inc/person/person_card_circle.html" %} {% endwith %} diff --git a/app/templates/network/inc/person/list_square_style.html b/app/templates/network/inc/person/list_square_style.html index 3fd44fbc..69c25820 100644 --- a/app/templates/network/inc/person/list_square_style.html +++ b/app/templates/network/inc/person/list_square_style.html @@ -29,11 +29,17 @@
- {% with person_list_block_inline.person as person %} +
- {% include "network/inc/person/person_card_square.html" %} + {% with person_list_block_inline.person as person %} - {% endwith %} +
+ {% include "network/inc/person/person_card_square.html" %} +
+ + {% endwith %} + +
-- 2.39.5