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

a little "fix", avoid changing base class by subclassing #34

Closed Lacrymology closed 11 years ago

Lacrymology commented 11 years ago

the instance.RECAPTCHA_PUBLIC_KEY bit here doesn't make much sense, since it changes the form base class, so it affects all instances.

This way, each form has it's own "dynamic" class, with personalized attributes

mitar commented 11 years ago

It seems good. I would pull this in.