mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-02 06:10:39 +00:00
The `alt` attribute that was automatically generated as part of the
`{% image %}` tag could not be overridden. If template authors passed
their own `alt="..."` attribute in, two would be printed out instead
of the default one being overridden.
The relevant code has been refactored to build a dict of attributes,
allowing the default set to be overridden, and then printing them using
`flatatt`.
Fixes #1933
|
||
|---|---|---|
| .. | ||
| images | ||
| search | ||
| index.rst | ||
| pages.rst | ||
| snippets.rst | ||
| streamfield.rst | ||
| writing_templates.rst | ||