From 71047279ed3c8ac0f5f83030249acd9daea4f1a6 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 8 Nov 2016 15:43:32 +0100 Subject: [PATCH] Add to email --- app/templates/network/person_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/network/person_detail.html b/app/templates/network/person_detail.html index dad16000..bec07bc3 100644 --- a/app/templates/network/person_detail.html +++ b/app/templates/network/person_detail.html @@ -31,7 +31,7 @@ {{ person.bio|richtext_filters|safe }} {% endeditable %} -

{% trans 'Email' %} : {{ person_email }}

+

{% trans 'Email' %} : {{ person_email }}

{% if person.activities.all|length > 0 %}

{% trans 'Activities' %}

-- 2.39.5