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

Template setting does not work #33

Closed jvamvas closed 8 years ago

jvamvas commented 8 years ago
CMSPLUGIN_CONTACT_PLUS_TEMPLATES = [
    ('cmsplugin_contact_plus/contact.html', 'contact.html'),
    ('cmsplugin_contact_plus/contact.html', 'contact2.html'),
]
philippeowagner commented 8 years ago

@jvamvas, probably because cmsplugin_contact_plus/contact.html == cmsplugin_contact_plus/contact.html

jvamvas commented 8 years ago

Correct.