annotate gpp/templates/core/social_block.html @ 348:d1b11096595b

Fix #168; when nailing a spammer, clear their profile text fields. Guard against topics and forums that don't exist when deleting posts in the signal handler. Make the forum stats template tag only display the latest active users.
author Brian Neal <bgneal@gmail.com>
date Wed, 02 Mar 2011 02:18:28 +0000 (2011-03-02)
parents 871a54546808
children a1e3724f0799
rev   line source
bgneal@341 1 {% extends 'side_block.html' %}
bgneal@341 2 {% block block_title %}SG101 on the Web{% endblock %}
bgneal@341 3 {% block block_content %}
bgneal@341 4 <p class="centeredImage">
bgneal@341 5 <a href="http://www.twitter.com/SurfGuitar101"><img src="http://twitter-badges.s3.amazonaws.com/twitter-a.png" alt="Follow SurfGuitar101 on Twitter"/></a><br />
bgneal@341 6 <a href="http://www.youtube.com/user/surfguitar101?feature=creators_cornier-http%3A//s.ytimg.com/yt/img/creators_corner/YouTube/40x40_yt_white.png"><img src="http://s.ytimg.com/yt/img/creators_corner/YouTube/40x40_yt_white.png" alt="Subscribe to me on YouTube"/></a><img src="http://www.youtube-nocookie.com/gen_204?feature=creators_cornier-http%3A//s.ytimg.com/yt/img/creators_corner/YouTube/40x40_yt_white.png" style="display: none"/>
bgneal@341 7 </p>
bgneal@341 8 {% endblock %}