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