]> git.parisson.com Git - mezzo.git/commitdiff
Add <strong> to email
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 8 Nov 2016 14:43:32 +0000 (15:43 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 8 Nov 2016 14:43:32 +0000 (15:43 +0100)
app/templates/network/person_detail.html

index dad1600011111b19be138e14678fbfe805b6a6fc..bec07bc3f315de575c116405fb48e9daae353e5e 100644 (file)
@@ -31,7 +31,7 @@
         {{ person.bio|richtext_filters|safe }}
     {% endeditable %}
 
-    <p>{% trans 'Email' %} : {{ person_email }}</p>
+    <p><strong>{% trans 'Email' %} :</strong> {{ person_email }}</p>
 
     {% if person.activities.all|length > 0 %}
         <h2 class="dotted">{% trans 'Activities' %}</h2>