From cdae964cb1a7940d1d1f2d97d5e37e887dadfb9b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Tue, 14 Feb 2017 18:03:17 +0100 Subject: [PATCH] Update links title --- 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 fd918a62..2d119b8f 100644 --- a/app/templates/network/person_detail.html +++ b/app/templates/network/person_detail.html @@ -78,7 +78,7 @@ {% block page_link %} {% with person.links.all as links %} {% if links %} -

{% trans 'Links' %}

+

{% trans 'Links' %}

{% include 'core/inc/link.html' %} {% endif %} {% endwith %} -- 2.39.5