Mercurial > public > sg101
view gpp/templates/forums/spammer_nailed.html @ 520:e94570675664
Created stats for users (number of users and list of newest users).
Better separated the forums, who's online, and user stats.
Use a Celery task to execute the new user stats processing.
This addresses #194 and #238.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 17 Dec 2011 23:19:15 +0000 |
parents | 3c48a555298d |
children |
line wrap: on
line source
{% extends 'base.html' %} {% load url from future %} {% load bio_tags %} {% block title %}Spammer Nailed: {{ spammer.username }}{% endblock %} {% block content %} <h2>Spammer Nailed: {{ spammer.username }}</h2> <p> {% if success %} The user {% profile_link spammer.username %} has had his/her account deactivated for spamming. All forum posts and comments this user has made have been deleted. The site admin has been notified of this action. Thanks for helping to keep our site spam-free! {% else %} Whoops, something went wrong deactivating the account of {% profile_link spammer.username '.' %} Or, possibly some time has passed and the account was reinstated. If you have any questions, contact the site admin. {% endif %} </p> {% endblock %}