Re: model translationissue

2012-07-12 Thread Ian Clelland
On Thursday, July 12, 2012, Phil wrote: > Hi, > > I'm trying to translate form names from a model. I have a working contact > form for example and have the following code > > > > from django import forms > from django.core.mail import mail_managers > from

model translationissue

2012-07-12 Thread Phil
Hi, I'm trying to translate form names from a model. I have a working contact form for example and have the following code from django import forms from django.core.mail import mail_managers from django.utils.translation import ugettext_lazy as _ class