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

Failure when ADMINS is not set up in project settings. #2

Closed philippeowagner closed 10 years ago

philippeowagner commented 10 years ago

File "/...../www/lib/python2.7/site-packages/cmsplugin_contact_plus/models.py", line 11, in ContactPlus reciepientemail = models.EmailField(("Email of reciepients"), default=settings.ADMINS[0][1]) IndexError: tuple index out of range

And Typo: recipients instead of reciepients.