diff --git a/docs/intro/tutorial03.txt b/docs/intro/tutorial03.txt index d443536c1a..9754808897 100644 --- a/docs/intro/tutorial03.txt +++ b/docs/intro/tutorial03.txt @@ -62,7 +62,10 @@ Write your first view ===================== Let's write the first view. Open the file ``polls/views.py`` -and put the following Python code in it:: +and put the following Python code in it: + +.. snippet:: + :filename: polls/views.py from django.http import HttpResponse