]> git.parisson.com Git - mezzo.git/commitdiff
Separator hr missing > resolved
authorEmilie <zawadzki@ircam.fr>
Thu, 17 Nov 2016 14:20:12 +0000 (15:20 +0100)
committerEmilie <zawadzki@ircam.fr>
Thu, 17 Nov 2016 14:20:12 +0000 (15:20 +0100)
app/templates/pages/teampage.html
app/templates/shop/includes/product_list_circle_style.html
app/templates/shop/includes/product_list_square_style.html

index e67e4043091d1066a47f6fdeb2718bbbe7c1cd0c..fce3cb8b559e4a35ed730b4677dabc92534c734b 100644 (file)
                 {% endwith %}
                 {% endwith %}
             </div>
+            <hr class="mt0" />
         </div>
     {% endif %}
 {% endblock %}
index 90877fdde3b36e6154f67da301307c338dbf9f37..06e46523dcc91d104c008c689d69253f22aecda9 100644 (file)
@@ -44,5 +44,6 @@
                 {% endfor %}
             </div>
         </div>
+        <hr class="mt0" />
     </div>
 {% endif %}
index beaafd2965a70a61bee364c932b7372924295c50..4f15b98a053b6f15a2c8cce4cf6921c7d8cf9245 100644 (file)
@@ -1,7 +1,6 @@
 {% load organization_tags mezzanine_tags %}
 {% if list %}
     <div class="white-bg pb2">
-        <hr class="mt0" />
         <div class="container">
             <div class="row">
                 <div class="col-sm-9 col-sm-push-3 col-lg-8 col-lg-push-2" data-summary-content>
@@ -47,5 +46,6 @@
                 </div>
             </div>
         </div>
+        <hr class="mt0" />
     </div>
 {% endif %}