From b6fb43460b658726a6093701fa47012c3f202752 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 16 Mar 2006 02:57:30 +0000 Subject: [PATCH] =?UTF-8?q?Fixed=20typo=20in=20docs/flatpages.txt.=20Thank?= =?UTF-8?q?s,=20Anders=20Hovm=C3=B6ller?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://code.djangoproject.com/svn/django/trunk@2522 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/flatpages.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flatpages.txt b/docs/flatpages.txt index 5c0520dae0..21416079e9 100644 --- a/docs/flatpages.txt +++ b/docs/flatpages.txt @@ -21,7 +21,7 @@ Here are some examples of flatpages on Django-powered sites: Installation ============ -To install the flatpages app, follow these two steps: +To install the flatpages app, follow these steps: 1. Add ``"django.contrib.flatpages"`` to your INSTALLED_APPS_ setting. 2. Add ``"django.contrib.flatpages.middleware.FlatpageFallbackMiddleware"``