another typo fix

pull/4398/merge
Matt Westcott 2018-04-06 16:19:49 +01:00
rodzic a179d0c331
commit af7cdb4354
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -59,7 +59,7 @@ simply redirects users to Wagtail's existing page management views wherever
possible. You should bear this in mind if you ever find yourself wanting to
change what happens when pages of a certain type are added, deleted,
published, or have some other action applied to them. Customising the
``CreateView`` or ``EditView`` for your page type ``Model`` (even it just
``CreateView`` or ``EditView`` for your page type ``Model`` (even if just
to add an additional stylesheet or JavaScript), simply won't have any
effect, as those views are not used.