1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00

Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txt

This commit is contained in:
Tim Graham 2015-08-04 14:45:15 -04:00
parent 34057730a5
commit 28cb272a72

View File

@ -196,7 +196,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