summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial03.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/intro/tutorial03.txt')
-rw-r--r--docs/intro/tutorial03.txt5
1 files changed, 4 insertions, 1 deletions
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