Skip to content

Commit

Permalink
[1.7.x] Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txt
Browse files Browse the repository at this point in the history
Backport of 28cb272 from master
  • Loading branch information
timgraham committed Aug 4, 2015
1 parent 9efddb7 commit 64a118c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/contrib/flatpages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64a118c

Please sign in to comment.