]> git.parisson.com Git - mezzo.git/commitdiff
NO submodule init
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 21 Oct 2016 08:47:50 +0000 (10:47 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 21 Oct 2016 08:47:50 +0000 (10:47 +0200)
app/templates/shop/includes/product_list_square_style.html
scripts/pull.sh

index e828e56c029f96a67d4fa2915b0f0b583ac37a15..f06203cae50e37a7bd958c6b2907f1293de02191 100644 (file)
@@ -18,6 +18,7 @@
                 {% for product_inline in list.products.all %}
                   {% with product_inline.product as product %}
                     {% with product.links.all|get_type_link:"link" as links %}
+                      {% with product.prestashop_products.all as prestashop_products %}
                         <div class="col-lg-3 col-md-3 col-sm-4 col-xs-6">
                             <div class="product-box" >
                                 {% if product.images.all %}
index a6e290febd05e0857f9548659ed57caf5ea7e177..cf7f52aba9e02ef857874cf675fe6fa3ef0b980f 100755 (executable)
@@ -3,6 +3,5 @@
 sudo chown -R $USER data/media
 sudo chown -R $USER data/backup
 git pull
-git submodule update --init --recursive
 git submodule foreach git pull
 docker-compose run db /srv/scripts/restore_db.sh