From 7cfad3ae230bed8ca10dbb305f080315e9bc9402 Mon Sep 17 00:00:00 2001 From: Trey Hunner Date: Fri, 7 Nov 2014 18:10:16 -0800 Subject: [PATCH] Change wording per @riseriyo's advice Fixes gh-119. --- tutorials/04-more-views.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/04-more-views.rst b/tutorials/04-more-views.rst index a8c1569..6b9f2f0 100644 --- a/tutorials/04-more-views.rst +++ b/tutorials/04-more-views.rst @@ -128,7 +128,7 @@ Displaying comments on the website Now we can create comments in the admin interface, but we can't see them on the website yet. Let's display comments on the detail page for each blog entry. -At the end of our ``content`` block in ``templates/blog/entry_detail.html`` let's add the following: +After the ``
`` element inside of our content block in ``templates/blog/entry_detail.html`` let's add the following: .. code-block:: html