]> git.parisson.com Git - mezzo.git/commitdiff
Update links title
authorJérémy Fabre <Jeremy@iMac-de-Jeremy-2.fritz.box>
Tue, 14 Feb 2017 17:03:17 +0000 (18:03 +0100)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy-2.fritz.box>
Tue, 14 Feb 2017 17:03:17 +0000 (18:03 +0100)
app/templates/network/person_detail.html

index fd918a622a603c8122e7ae6cca140e60fd659c8f..2d119b8fcc735f691ecbbfe859107a8f29de46cf 100644 (file)
@@ -78,7 +78,7 @@
 {% block page_link %}
     {% with person.links.all as links %}
         {% if links %}
-            <h2 class="dotted">{% trans 'Links' %}</h2>
+            <h3>{% trans 'Links' %}</h3>
             {% include 'core/inc/link.html' %}
         {% endif %}
     {% endwith %}