Skip to content

Instantly share code, notes, and snippets.

@danielholmstrom
Last active August 29, 2015 13:56
Show Gist options
  • Save danielholmstrom/9215186 to your computer and use it in GitHub Desktop.
Save danielholmstrom/9215186 to your computer and use it in GitHub Desktop.
{% with object.get_main_image_or_none as img %}
{% if img %}
<div class="img">
<a href="{% url 'view_object' object.gid %}"><img src="{{ img.image_thumbnail.url }}"></a>
</div>
{% endif %}
{% endwith %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment