> You're correct: FormField classes have no knowledge of model objects. > All they know about is the basics for displaying a form. If you want > to pass the verbose_name of a model object, you'll need to create some > sort of custom data structure and pass it to your template.
Thanks -- Pedro Furtado