Can you post the model as well?
2009/6/12 Brandon Taylor
>
> Hi Everyone,
>
> I'm using Django trunk, Python 2.6.
>
> I have a model form with a FileField. The relevant portions of the
> HTML are:
>
> enctype="multipart/form-data">
>{{ job_seeker_form.resume }}
>{{ job_seeker_form.resum
Hi Everyone,
I'm using Django trunk, Python 2.6.
I have a model form with a FileField. The relevant portions of the
HTML are:
{{ job_seeker_form.resume }}
{{ job_seeker_form.resume.label_tag }}
{{ job_seeker_form.resume.help_text }}
{{ job_seeker_form.resume.errors }}
In my v
2 matches
Mail list logo