From f3805f5c529d788f72f68d80b492d059cc62e6b2 Mon Sep 17 00:00:00 2001 From: Alasdair Nicol Date: Fri, 14 Feb 2014 12:45:35 +0000 Subject: [PATCH] Added missing snippet to show filename in docs --- docs/intro/tutorial03.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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