mirror of https://github.com/CIRCL/lookyloo
fix: proper variable name for the thumbnail
parent
d4a2e68ceb
commit
ffc2de3cf2
|
@ -301,7 +301,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<center>
|
<center>
|
||||||
{% if not b64_thumbnail %}
|
{% if screenshot_thumbnail == '' %}
|
||||||
Image too big to display in the browser, <a href="{{ url_for('image', tree_uuid=tree_uuid) }}" role="button">click here to download it</a>.
|
Image too big to display in the browser, <a href="{{ url_for('image', tree_uuid=tree_uuid) }}" role="button">click here to download it</a>.
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if blur_screenshot %}
|
{% if blur_screenshot %}
|
||||||
|
|
Loading…
Reference in New Issue