Created
June 8, 2011 11:43
-
-
Save dirkkelly/1014266 to your computer and use it in GitHub Desktop.
product groups
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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