Man...

> (r'^sets/(?P<pk>\d+)/$', SetDetailView.as_view(
>     model=Set,
>     context_object_name="set_details",
>     template_name='data/set_details.html',
>     )),
>
> But the site is empty. Here's my extremely simple template:
>
> {% block title %}{{ set.text_name }}{% endblock %}
>
> {% block content %}
>     <h2>Set:</h2>
>
>     {{ set.theme }} - {{ set.subtheme }}
> {% endblock %}

and where, pray, would that 'set' variable be populated when you very
explicitly told the DetailView you wanted your context object named
'set_details'?

-- 
"The whole of Japan is pure invention. There is no such country, there
are no such people" --Oscar Wilde

|_|0|_|
|_|_|0|
|0|0|0|

(\__/)
(='.'=)This is Bunny. Copy and paste bunny
(")_(") to help him gain world domination.

-- 
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.

Reply via email to