Commit 9e65bd33 authored by Tim Graham's avatar Tim Graham
Browse files

Fixed #20482 - Added a file reference in tutorial 3.

Thanks diek@ for the suggestion.
parent 8aca2504
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -336,7 +336,7 @@ Put the following code in that template:
        <p>No polls are available.</p>
    {% endif %}

Now let's use that html template in our index view::
Now let's update our ``index`` view in ``polls/views.py`` to use the template::

    from django.http import HttpResponse
    from django.template import Context, loader