Revert "First run at adding thumbnailing to images"
This reverts commit c00343abfe.
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
{% load mathfilters %}
|
||||
{% load static %}
|
||||
{% load naturalduration %}
|
||||
{% load thumbnail %}
|
||||
|
||||
{% block title %}{{object.title}}{% endblock %}
|
||||
|
||||
@ -31,9 +30,7 @@
|
||||
|
||||
<div class="row">
|
||||
{% if object.hltb_cover%}
|
||||
{% thumbnail object.hltb_cover 400 as im %}
|
||||
<div class="cover"><img src="{{im.url}}" /></div>
|
||||
{% endthumbnail %}
|
||||
<div class="cover"><img src="{{object.hltb_cover.url}}" /></div>
|
||||
{% endif %}
|
||||
<div class="summary">
|
||||
{% if object.summary %}
|
||||
|
||||
Reference in New Issue
Block a user