kopia lustrzana https://github.com/wagtail/wagtail
Fix syntax error in ImageRenditionField example
rodzic
501273f3d8
commit
345b527ca2
|
@ -261,6 +261,7 @@ Contributors
|
|||
* Ross Crawford-d'Heureuse
|
||||
* rifuso
|
||||
* Jon Carmack
|
||||
* Martin Sandström
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
@ -204,7 +204,7 @@ For example:
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
from wagtail.wagtailimages.api.fields.ImageRenditionField
|
||||
from wagtail.wagtailimages.api.fields import ImageRenditionField
|
||||
|
||||
class BlogPage(Page):
|
||||
...
|
||||
|
|
Ładowanie…
Reference in New Issue