mirror of
https://github.com/django/django.git
synced 2025-07-19 00:59:17 +00:00
[1.7.x] Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txt
Backport of 28cb272a7279e6dfc4d5c53838ebf7343c3e66b5 from master
This commit is contained in:
parent
9efddb7f3e
commit
64a118c1eb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user