no preview for html pages

This commit is contained in:
j 2023-07-21 11:13:17 +01:00
parent 6e283ad870
commit 30af377ecb

View file

@ -28,6 +28,7 @@ def index(request, fragment):
link = request.build_absolute_uri(document.get_absolute_url())
# FIXME: get preview image or fragment parse from url
public_id = ox.toAZ(document.id)
if self.extension != 'html':
preview = '/documents/%s/512p.jpg' % public_id
if page:
preview = '/documents/%s/512p%s.jpg' % (public_id, page)