Skip to content

Commit

Permalink
Fixed #20482 - Added a file reference in tutorial 3.
Browse files Browse the repository at this point in the history
Thanks diek@ for the suggestion.
  • Loading branch information
timgraham committed May 23, 2013
1 parent 8aca250 commit 9e65bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro/tutorial03.txt
Expand Up @@ -336,7 +336,7 @@ Put the following code in that template:
<p>No polls are available.</p> <p>No polls are available.</p>
{% endif %} {% 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.http import HttpResponse
from django.template import Context, loader from django.template import Context, loader
Expand Down

0 comments on commit 9e65bd3

Please sign in to comment.