bgneal@212: {% extends 'base.html' %} bgneal@212: {% block title %}Deactivate Spammer: {{ post.user.username }}{% endblock %} bgneal@212: {% block content %} bgneal@212:

Deactivate Spammer: {{ post.user.username }}

bgneal@212: bgneal@212: {% if can_moderate %} bgneal@212:

Please confirm that you wish to mark the user bgneal@212: {{ post.user.username }} as a bgneal@212: spammer based on this post. bgneal@212: If you confirm, the user's account will be deactivated, and all posts and comments bgneal@212: left by the user will be deleted.

bgneal@212:

This is a drastic action, so please be absolutely sure bgneal@212: you wish to proceed!

bgneal@212:
{% csrf_token %} bgneal@212: bgneal@212:
bgneal@212: {% else %} bgneal@212:

Sorry, but you don't have permission to deactivate spammers in that post's forum.

bgneal@212: {% endif %} bgneal@212:
bgneal@212:

bgneal@212: Return to the post. bgneal@212:

bgneal@212: {% endblock %}