diff --git a/snipts/templates/snipts/snipt-list.html b/snipts/templates/snipts/snipt-list.html index 5b5d90a..9af854b 100644 --- a/snipts/templates/snipts/snipt-list.html +++ b/snipts/templates/snipts/snipt-list.html @@ -205,9 +205,15 @@ {% endif %} {% if snipt.user != request.user %} -
  • - Report Spam -
  • + {% if request.user.is_superuser %} +
  • + Delete User +
  • + {% else %} +
  • + Report Spam +
  • + {% endif %} {% endif %} {% if detail and snipt.public %}