I'm on my way. Thanks...sometimes asking the right question is the
best way to answer it for yourself :(

competitor_list.html
=========================
{% extends "base.html" %}
{% block content %}

<ul class="objectlist">
{% for object in object_list %}
<li><a href="{{ object.id }}">{{ object.fullname }}</a></li>
{% endfor %}
</ul>
{% endblock %}
=========================

On Aug 30, 3:04 pm, Alex Koshelev <[EMAIL PROTECTED]> wrote:
> What is field.choices ? object_list doesn't pass _field_ variable to
> context.http://www.djangoproject.com/documentation/generic_views/#django-view...
> see Template context section


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to