bgneal@212: {% extends 'base.html' %} bgneal@310: {% load url from future %} bgneal@492: {% load bio_tags %} bgneal@212: {% block title %}Deactivate Spammer: {{ post.user.username }}{% endblock %} bgneal@212: {% block content %} bgneal@212:

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

bgneal@212: bgneal@215: {% if can_moderate and can_deactivate %} bgneal@212:

Please confirm that you wish to mark the user bgneal@492: {% profile_link post.user.username %} as a bgneal@310: 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@215: {% if can_moderate %} bgneal@215:

That user is no longer a stranger, and can't be deactivated like this. Please bgneal@215: contact the site admin if that user is now posting spam.

bgneal@215: {% else %} bgneal@215:

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

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

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

bgneal@212: {% endblock %}