sveetch / django-smart-media

A suit of tools to use a FileField to upload image with light SVG support
https://django-smart-media.readthedocs.io/en/latest/
MIT License
1 stars 0 forks source link

Wrong loading for media_thumb documentation example #4

Closed sveetch closed 1 year ago

sveetch commented 1 year ago

https://github.com/sveetch/django-smart-media/blob/d31a9553c1925b608c19f6d97a2a04d1108c0e25/smart_media/templatetags/smart_image.py#L49

Should be smart_image instead.

Or change the template tag to smart_media instead ? (seems more accurate)

sveetch commented 1 year ago

Fixed docstring in 0.2.2-pre.2, did not renamed tag library.