Update frontenddevelopers.rst

heading level fix
pull/337/merge
Dave Cranwell 2014-06-20 13:49:25 +01:00
rodzic 8cb94f0b5c
commit c1f2f745af
1 zmienionych plików z 3 dodań i 4 usunięć

Wyświetl plik

@ -190,8 +190,7 @@ Greater control over the ``img`` tag is often required, for example to add a cus
.. versionadded:: 0.4 .. versionadded:: 0.4
Adding attributes to the {% image %} tag **Adding attributes to the {% image %} tag**
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Simply add extra attributes with the syntax ``attribute="value"`` to the tag: Simply add extra attributes with the syntax ``attribute="value"`` to the tag:
@ -200,8 +199,8 @@ Simply add extra attributes with the syntax ``attribute="value"`` to the tag:
{% image self.photo width-400 class="foo" id="bar" %} {% image self.photo width-400 class="foo" id="bar" %}
Generating the image "as" **Generating the image "as"**
~~~~~~~~~~~~~~~~~~~~~~~~~
Wagtail can assign the image data to another object using Django's ``as`` syntax: Wagtail can assign the image data to another object using Django's ``as`` syntax: