FabriceSalvaire / cmsplugin-svg

SVG Plugin for Django CMS
BSD 3-Clause "New" or "Revised" License
3 stars 16 forks source link

"alt" tag not rendering #8

Open khrizo opened 6 years ago

khrizo commented 6 years ago

change {{ instance.alt }} to {{ instance.alt_text }} in template.

FabriceSalvaire commented 6 years ago

thanks for reporting