{{{
response.context['latest_question_list']
}}}
should be
{{{
response.context_data['latest_question_list']
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23787>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => duplicate
* needs_tests: => 0
* needs_docs: => 0
Comment:
Please check that you are following the instructions exactly. See #22912.
--
Ticket URL: <https://code.djangoproject.com/ticket/23787#comment:1>