Sorry for the trivial question but...

Is there a way to access the single choices of a choicefield within a
template?

I would get something like:

{% for choice in form.my_coicefield.choices %}

   {{ choice }}

{% endfor %}


but obviously this is not working.



Many thanks in advance.


Paolo
-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to