Ahh stupid mistake...okay no error anymore.
But i still dont see any field in my view :-(

How do show the form ?!

I guess i have to pass the form onto the template and then reference to it in 
the template ?!
If so, how do I do that ?!

I swear I'm reading the documentaion but i really can't find those information.


. . . . . . . . . . . . . . . . . . . . . . . . . .
Patrick Szabo
 XSLT-Entwickler 
LexisNexis
Marxergasse 25, 1030 Wien

mailto:patrick.sz...@lexisnexis.at
Tel.: +43 (1) 534 52 - 1573 
Fax: +43 (1) 534 52 - 146 


-----Ursprüngliche Nachricht-----

Von: django-users@googlegroups.com [mailto:django-users@googlegroups.com] Im 
Auftrag von Michael
Gesendet: Montag, 14. Februar 2011 14:08
An: django-users@googlegroups.com
Betreff: Re: AW: Form to add data

You have to import AuthorForm into your views.py

from models import AuthorForm


-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to