]> git.parisson.com Git - mezzo.git/commitdiff
Task #305: delete title link
authorEmilie <zawadzki@ircam.fr>
Thu, 27 Oct 2016 10:21:34 +0000 (12:21 +0200)
committerEmilie <zawadzki@ircam.fr>
Thu, 27 Oct 2016 10:21:34 +0000 (12:21 +0200)
app/templates/core/inc/link.html

index 86d6c96e578389345122b03ccfbd7fc0813c2f5c..32014c5624b12222fb8229904181fd9780a7dd1b 100644 (file)
@@ -1,7 +1,4 @@
 {% load mezzanine_tags i18n %}
-<p>
-    <strong>{% trans "Linked websites" %}</strong>
-</p>
 <ul class="unstyled-list fss">
     {% for link in links %}
       <li><a href="{{ link.url }}" title=""><i class="fa fa-{{ link.link_type.name }}" target="_blank"></i> {% firstof link.title link.url%}</a></li>