arteria / cmsplugin-contact-plus

With cmsplugin-contact-plus building custom forms for your django-cms project is a breeze. Now it's so easy to build the forms with exactly the fields you want in the order you want - with a minimal effort.
https://github.com/arteria/cmsplugin-contact-plus
BSD 3-Clause "New" or "Revised" License
30 stars 33 forks source link

Contact plugin should not be cached #13

Closed kevwilde closed 10 years ago

kevwilde commented 10 years ago

New in django-cms 3.0c, all plugins are cached through django cache. If the contact form is cached, the "thank you" message will not be displayed and the visitor will get no feedback whether or not his message has been sent.

This will force the contact form to not be cached.

philippeowagner commented 10 years ago

Thanks again @kevwilde !