Revert "First run at adding thumbnailing to images"

This reverts commit c00343abfe.
This commit is contained in:
2023-03-28 15:33:53 -04:00
parent dadc5db0f9
commit 845ee7d4e9
10 changed files with 41 additions and 84 deletions

View File

@ -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 %}