Fixed typo in docs/flatpages.txt. Thanks, Anders Hovmöller

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2522 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-03-16 02:57:30 +00:00
parent 20af3fdd91
commit b6fb43460b
1 changed files with 1 additions and 1 deletions

View File

@ -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"``