wagtail/docs/topics
Tim Heap f4968de0f9 Allow overriding attributes in {% image %} tag
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
2015-11-24 11:38:10 +00:00
..
images Allow overriding attributes in {% image %} tag 2015-11-24 11:38:10 +00:00
search Added note about Elasticsearch 2.x 2015-11-20 12:50:31 +00:00
index.rst Renamed to "Page models" 2015-10-05 21:07:09 +01:00
pages.rst Updated reasoning for Page suffix, fixes #1927 2015-11-16 20:06:36 +00:00
snippets.rst Add Orderable to list of imported wagtailcore models 2015-11-24 10:36:02 +00:00
streamfield.rst Move content_panels inside BlogPage definition. 2015-11-19 17:16:02 +00:00
writing_templates.rst Renamed "self" template variable to "page" in docs 2015-10-13 09:52:16 +01:00