Skip to content

Commit

Permalink
Change wording per @riseriyo's advice
Browse files Browse the repository at this point in the history
Fixes gh-119.
  • Loading branch information
treyhunner committed Nov 8, 2014
1 parent ebc6478 commit 7cfad3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/04-more-views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 ``<hr>`` element inside of our content block in ``templates/blog/entry_detail.html`` let's add the following:

.. code-block:: html

Expand Down

0 comments on commit 7cfad3a

Please sign in to comment.