Fix gallery template

remotes/origin/hasaccess
Ivlev Denis 8 years ago
parent ed7e888b86
commit f9c96c654c
  1. 3
      apps/course/templates/course/content/gallery.html

@ -20,7 +20,8 @@
<a href="{{ image.img.image.url }}">
{% thumbnail image.img.image "140x140" crop="center" as im %}
<img class="examples__pic" src="{{ im.url }}" width="{{ im.width }}" height="{{ im.height }}">
{% endthumbnail %} </a>
{% endthumbnail %}
</a>
</div>
{% endfor %}
</div>

Loading…
Cancel
Save