From: Guillaume Pellerin Date: Fri, 21 Oct 2016 08:47:50 +0000 (+0200) Subject: NO submodule init X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=fb70978c84d6402386959314ac87168cdc760f7b;p=mezzo.git NO submodule init --- diff --git a/app/templates/shop/includes/product_list_square_style.html b/app/templates/shop/includes/product_list_square_style.html index e828e56c..f06203ca 100644 --- a/app/templates/shop/includes/product_list_square_style.html +++ b/app/templates/shop/includes/product_list_square_style.html @@ -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 %}
{% if product.images.all %} diff --git a/scripts/pull.sh b/scripts/pull.sh index a6e290fe..cf7f52ab 100755 --- a/scripts/pull.sh +++ b/scripts/pull.sh @@ -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