summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-08-04 14:45:15 -0400
committerTim Graham <timograham@gmail.com>2015-08-04 14:52:30 -0400
commit64a118c1eb76862b65ce2929808d0119553255db (patch)
treeb42cceed219f1d65d5a16db9036a2b7d30b2b1ea
parent9efddb7f3e023b8237e9b47e89ac956b4b728fd8 (diff)
downloaddjango-64a118c1eb76862b65ce2929808d0119553255db.tar.gz
[1.7.x] Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txt
Backport of 28cb272a7279e6dfc4d5c53838ebf7343c3e66b5 from master
-rw-r--r--docs/ref/contrib/flatpages.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/flatpages.txt b/docs/ref/contrib/flatpages.txt
index be9fe0c636..e3f645f591 100644
--- a/docs/ref/contrib/flatpages.txt
+++ b/docs/ref/contrib/flatpages.txt
@@ -192,7 +192,7 @@ Via the Python API
If you add or modify flatpages via your own code, you will likely want to
check for duplicate flatpage URLs within the same site. The flatpage form
used in the admin performs this validation check, and can be imported from
- ``django.contrib.flatpages.forms.FlatPageForm`` and used in your own
+ ``django.contrib.flatpages.forms.FlatpageForm`` and used in your own
views.
Flatpage templates