Re: population of *.html fields from Django

2011-02-07 Thread Sam Lai
On 7 February 2011 03:34, gintare wrote: > I would like to use only plain html field names > Reading them is not a problem with request in views. > How to populate html document back ? > > > I have *.html with lines: > > >   textarea> >   >   > > #in views.py > item =

population of *.html fields from Django

2011-02-06 Thread gintare
I would like to use only plain html field names Reading them is not a problem with request in views. How to populate html document back ? I have *.html with lines: #in views.py item = request.POST.get('cbnWw','') #do smth with item #now i would like to return item back to html.