I have included all project attributes for a product, in my product
page, using the following:
<dl>
{% for attr in product.productattribute_set.all %}
<dt>{{ attr.name }}</dt><dd>{{ attr.value }}</dd>
{% endfor %}
</dl>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---