{% extends "base.html" %} {% block page_name %} {{ poster.username }} - {% endblock %} {% block breadcrumb %} > Users > {{ poster.username }} > Spam Can {% endblock %} {% block content %} Ban User as Spam Bot Taking this action with ban this user, move all the threads they started into the trash form (or a trash forum of your choosing, if there is more than one) and move theirs posts in threads into a new thread in the trash forum. Below is a list of threads this user has started for spam verification purposes. User: {{ poster.username }} Thread Count: {{ poster.thread_set.count }} Post Count: {{ poster.post_set.count }} {% csrf_token %} {{ form.as_p }} {% include 'thread_list.html' with threads=threads %} {% endblock %}
Taking this action with ban this user, move all the threads they started into the trash form (or a trash forum of your choosing, if there is more than one) and move theirs posts in threads into a new thread in the trash forum. Below is a list of threads this user has started for spam verification purposes.