Commit 1b733aa1 authored by James Bennett's avatar James Bennett
Browse files

Fixed #9149: Fixed reST error in syndication docs


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9078 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 936b8ea1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ into those elements.

    * To specify the contents of ``<title>`` and ``<description>``, create
      :ref:`Django templates <topics-templates>` called
      :file:`feeds/latest_title.html`` and
      :file:`feeds/latest_title.html` and
      :file:`feeds/latest_description.html`, where :attr:`latest` is the
      :attr:`slug` specified in the URLconf for the given feed. Note the
      ``.html`` extension is required. The RSS system renders that template for