Revision f6e90a2b cloudcms/templates/content/section/block.html

b/cloudcms/templates/content/section/block.html
3 3
<h2>{{ content.title }}</h2>
4 4
{% endif %}
5 5
{% if content.mediafile.type == "image" %}
6
    <img src="{{ content.mediafile.get_absolute_url }}" />
6
    <img class="section-img" src="{{ content.mediafile.get_absolute_url }}" />
7 7
{% endif %}
8 8
<p>
9 9
{{ content.richtext|safe }}

Also available in: Unified diff