maccesch / cmsplugin-contact

Extendable contact plugin for django-cms with spam protection and i18n
BSD 2-Clause "Simplified" License
71 stars 61 forks source link

mail subject : using property instead of a hardwritten string #19

Closed julsam closed 13 years ago

julsam commented 13 years ago

I had to override the send method to change the default subject template in my subclassed ContactPlugin

Using a class property will make the code more usable and clean.

maccesch commented 13 years ago

Great, thanks! :)