diff --git a/snipts/templates/snipts/snipt-list.html b/snipts/templates/snipts/snipt-list.html index 9af854b..d88485d 100644 --- a/snipts/templates/snipts/snipt-list.html +++ b/snipts/templates/snipts/snipt-list.html @@ -204,7 +204,7 @@ / API {% endif %} - {% if snipt.user != request.user %} + {% if request.user.is_authenticated and snipt.user != request.user %} {% if request.user.is_superuser %}
  • Delete User