diff --git a/templates/index.html b/templates/index.html
index 3729e63..4f66f25 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -47,6 +47,11 @@
{% include 'components/delete_button.html' %}
{% endif %}
+ {% if not current_user.is_authenticated %}
+
+
+ {% endif %}
+
{% include 'components/scripts.html' %}