Thanks Adran!
Very cool.
Bill.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Django
users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to
On 12/31/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
f = forms.form_for_model(Project)
return render_to_response('crm/addproject.html', {'theform':
f})
form_for_model() returns a Form class, not a Form instance. You'll
have to instantiate the form class before sending it t
2 matches
Mail list logo