From: Jérémy Fabre Date: Tue, 11 Oct 2016 14:50:46 +0000 (+0200) Subject: Fix circle persons list X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=84ad0b3fe4c5e5d8689dc3d0f18d6808c87caa97;p=mezzo.git Fix circle persons list --- 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 %} + +