annotate gpp/antispam/__init__.py @ 279:879d39647064

Added the text class to the search input box to let blueprints css style it. Fixed invalid HTML problem with the forum last post info tag.
author Brian Neal <bgneal@gmail.com>
date Sun, 03 Oct 2010 00:28:23 +0000
parents 8c1832b9d815
children 7c3816d76c6c
rev   line source
bgneal@214 1 SPAM_PHRASE_KEY = "antispam.spam_phrases"
bgneal@215 2 BUSTED_MESSAGE = ("Your post has tripped our spam filter. Your account has "
bgneal@215 3 "been suspended pending a review of your post. If this was a mistake "
bgneal@215 4 "then we apologize; your account will be restored shortly.")