updated Django form with honeypot from master and styled form errors.
[oweals/karmaworld.git] / karmaworld / settings / common.py
index d47ff22f6b2da23013d7f4e4d52ef5d012e67818..d5f9b855e38520a4c4c8a52e912dfc3116b5b5c9 100644 (file)
@@ -381,6 +381,8 @@ TAGGIT_STOPWORDS = [u'a', u'an', u'and', u'be', u'from', u'of']
 # https://github.com/sunlightlabs/django-honeypot
 HONEYPOT_FIELD_NAME = "instruction_url" # see that "_url"? bots gotta want that.
 HONEYPOT_VALUE = ""
+HONEYPOT_LABEL = "Do not fill in this field:"
+HONEYPOT_ERROR = "You did not follow directions."
 ########## END HONEYPOT CONFIGURATION