Loading docs/tutorial04.txt +1 −1 Original line number Diff line number Diff line Loading @@ -266,7 +266,7 @@ from ``polls/views.py``. We don't need them anymore -- they have been replaced by generic views. The ``vote()`` view is still required. However, it must be modified to match the new context variables. In the ``render_to_repsonse()`` call, rename the the new context variables. In the ``render_to_response()`` call, rename the ``poll`` context variable to ``object``. The last thing to do is fix the URL handling to account for the use of generic Loading Loading
docs/tutorial04.txt +1 −1 Original line number Diff line number Diff line Loading @@ -266,7 +266,7 @@ from ``polls/views.py``. We don't need them anymore -- they have been replaced by generic views. The ``vote()`` view is still required. However, it must be modified to match the new context variables. In the ``render_to_repsonse()`` call, rename the the new context variables. In the ``render_to_response()`` call, rename the ``poll`` context variable to ``object``. The last thing to do is fix the URL handling to account for the use of generic Loading