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

Fixing custom templates (Fix for #90) #92

Closed fsbraun closed 6 years ago

fsbraun commented 6 years ago

The render method writes the correct rendering template path to self.render_template in stead of instance.render_template. This lets DjangoCMS use the correct custom template is set.

Should fix issue #90

maccesch commented 6 years ago

Thanks!