mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Docs typo fix
This commit is contained in:
parent
67477a6e15
commit
067217e40e
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ AdminThumbnailView is used as a property on Django model classes::
|
|||
thumbnail = ImageSpec([resize.Crop(50, 50)], image_field='original_image')
|
||||
admin_thumbnail_view = AdminThumbnailView(image_field='thumbnail')
|
||||
|
||||
You can then then add this property to the `list_display`__ field of your admin
|
||||
You can then add this property to the `list_display`__ field of your admin
|
||||
class::
|
||||
|
||||
from django.contrib import admin
|
||||
|
|
|
|||
Loading…
Reference in a new issue