maccesch / cmsplugin-contact

Extendable contact plugin for django-cms with spam protection and i18n
BSD 2-Clause "Simplified" License
71 stars 62 forks source link

honeypot escaping issue #7

Closed chrispitzer closed 13 years ago

chrispitzer commented 13 years ago

Line 67 in contact.html should be {{ form.accept_terms|safe }} not {{ form.accept_terms }}.

Thanks! Great plugin!

maccesch commented 13 years ago

Hi. Thanks for your feedback. You probably installed glamkit stopspam from PyPI. Unfortunately that version is outdated and has several escaping issues. Please use the latest version from github as linked in the readme and these issues are fixed.