diff --git a/app/templates/file_info.html b/app/templates/file_info.html
index 99c459f..7ad5ecc 100644
--- a/app/templates/file_info.html
+++ b/app/templates/file_info.html
@@ -82,8 +82,10 @@ File is not detected by AV.
{% endfor %}
-Download patched file (undetected)
-
+
+{% if current_user.is_authenticated %}
+Download patched file (undetected)
+{% endif %}
{% endif %}
diff --git a/app/templates/list_files_results.html b/app/templates/list_files_results.html
index 8412df4..f8be0f3 100644
--- a/app/templates/list_files_results.html
+++ b/app/templates/list_files_results.html
@@ -31,7 +31,7 @@