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

this needs to be unicode in order for translation to ocurr, not str #36

Closed Lacrymology closed 11 years ago

Lacrymology commented 11 years ago

I was getting this rendered:

<label for="id_accept_terms"><django.utils.functional.__proxy__ object at 0x10d777750></label>

also, maybe this should be using ugettext instead of ugettext_lazy, since this happens at render time, not on the setup phase

mitar commented 11 years ago

Thanks.