django-i18n-helper
django-i18n-helper copied to clipboard
Marks labels as translated on ModelForms but not non ModelForms (Form)
Firstly I love this plugin, it's fantastic.
Although I'm writing this issue as it doesn't work I really like it. Thank you for making it.
Labels on ModelForms get displayed just fine but form labels on a normal Form seem to be stripped of the HTML from the _ / _lazy. I've tried defining in the form.init and also the form field definition but not having much luck.
I wish i knew more django and could help out but i'm just an FE :)