Skip to content

Instantly share code, notes, and snippets.

@dirkkelly
Created June 8, 2011 11:43
Show Gist options
  • Save dirkkelly/1014266 to your computer and use it in GitHub Desktop.
Save dirkkelly/1014266 to your computer and use it in GitHub Desktop.
product groups
{% for field in products.all.product_group_fields.style %}
{% for style in field.field_values %}
<li><a href="/wines?style={{style.value}}">{{ style.value }}</a></li>
{% endfor %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment