hi I have been playing around with a certain scenario
Consider the following
{% for title in field %}
<td>{{obj}}{{.title}}</td>
{% endfor %}
Here obj is an object
and title are the various fields of that object.
How can i evaluate the entire thing in a template
Example
I want it to end up like this
{{obj.title}}
How can i do that from my previous code..
Any suggestions would be appreciated...
--
You received this message because you are subscribed to the Google Groups
"Django 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/django-users?hl=en.