Skip to content

Commit

Permalink
Correct product list variable in page context
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Vetter committed Jan 10, 2014
1 parent 239bede commit 9f8949e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ <h1>{{ summary }}</h1>

{% fp_object_container main-column-above-products %}

{% if products.count %}
{% if object_list|length %}
<section>
<div class="mod">
<ol class="products four">
{% for product in products %}
{% for product in object_list %}
<li>{% include "catalogue/partials/product.html" %}</li>
{% endfor %}
</ol>
Expand Down

0 comments on commit 9f8949e

Please sign in to comment.