From df1965a147e8bde474bb23f34b4238e83fdb407e Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sun, 21 Apr 2013 14:30:40 +0300 Subject: [PATCH] Fix note markup. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index ca88489..f919a27 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -38,7 +38,7 @@ your view the same way you'd render Django templates:: context = dict(user_ids=[1, 2, 3, 4]) render(request, 'users/search.html', context) -..note:: +.. note:: Not only does ``django.shorcuts.render`` work, but so does any method that Django provides to render templates.