]> git.parisson.com Git - mezzo.git/commitdiff
Remove the title and the separator on the logo block
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Tue, 20 Sep 2016 08:24:42 +0000 (10:24 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Tue, 20 Sep 2016 08:24:42 +0000 (10:24 +0200)
app/templates/core/inc/logo.html

index 118f0137287a15ef34d90bd95336fd42eb34dc2a..4cd6b567093f259f2dee3db5b4f1816b1bf52fb7 100644 (file)
@@ -1,12 +1,10 @@
 {% load mezzanine_tags i18n %}
 {% if images %}
     <div class="white-bg pb2">
-        <hr class="mt0" />
         <div class="page__block{% if block.background_color %} page__block--{{ block.background_color }}{% endif %}">
             <div class="container">
                 <div class="row" data-summary-content>
                     <div class="col-sm-9 col-sm-push-3 col-lg-8 col-lg-push-2">
-                        <h2>{% trans 'Partners' %}</h2>
                         <ul class="partners-list">
                             {% for image in images %}
                                 <li class="partners-list__item" style="background-image:url('{{ MEDIA_URL }}{{ image.file }}');"><img alt="{{ image.title }}" src="{{ MEDIA_URL }}{{ image.file }}"></li>