diff --git a/website/web/templates/tree.html b/website/web/templates/tree.html
index b88984af..aac1d0c0 100644
--- a/website/web/templates/tree.html
+++ b/website/web/templates/tree.html
@@ -160,9 +160,6 @@
Unbookmark all nodes
{% endif %}
-
- Download screenshot
-
Show screenshot
@@ -329,12 +326,13 @@
{% if screenshot_size > 10 * 1024 * 1024 %}
Image too big ({{ sizeof_fmt(screenshot_size) }}) to display in the browser, click here to download it.
{% else %}
+ Download screenshot
{% if blur_screenshot %}
+ {% endif %}
- {% endif %}
{% endif %}