Hi Guys,
I have set up django testimonials in my satchmo project store but cant
seem to get it to work. The only hint at how to use it in the
testimonials template tag code (apart of course from the code itself)
would be:
Sample usage:
{% TestimonialGroup key as ads %}
{% for tg.random_testimonies as testimony %}
{{ testimony }}
{% endfor %}
What is 'key as ads' ? How would I check if 'testimony' was true? i.e.
in my templates I am using:
{% if testimony %}
{% include the testimonial template %}
{% endif %}
but that does not work. Any suggestions?
many thanks,
John
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---