From 414a1c8fe95dcbc356f6c98b4793619952efcaea Mon Sep 17 00:00:00 2001 From: Ju Luiselli Date: Wed, 19 Feb 2020 20:46:01 +0000 Subject: [PATCH] enables to display profile without pictures --- fiches/templates/fiches/fiche.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fiches/templates/fiches/fiche.html b/fiches/templates/fiches/fiche.html index 930ae4f..126f93e 100644 --- a/fiches/templates/fiches/fiche.html +++ b/fiches/templates/fiches/fiche.html @@ -2,7 +2,9 @@ {% block content %}
+ {% if profile.picture %} + {% endif %}

{{ profile.full_name }}