From 1b733aa10d5991da224b57250bc57fe5fe505953 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Sun, 21 Sep 2008 07:43:58 +0000 Subject: [PATCH] Fixed #9149: Fixed reST error in syndication docs git-svn-id: http://code.djangoproject.com/svn/django/trunk@9078 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/syndication.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/contrib/syndication.txt b/docs/ref/contrib/syndication.txt index a2ee621cad..17e0234d07 100644 --- a/docs/ref/contrib/syndication.txt +++ b/docs/ref/contrib/syndication.txt @@ -141,7 +141,7 @@ into those elements. * To specify the contents of ```` 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