Re: spaces preserved

2010-11-10 Thread Jirka Vejrazka
> Can someone please suggest how to get the complete string ? Passing (semi-) arbitrary strings in GET parameters can lead to all sorts of issues (probably less for english-only sites). You might be better off by passing primary key of the item model or some other unique identifier that is "web

Re: spaces preserved

2010-11-10 Thread Tom Evans
irst space gets retrieved. Is there a to retrieve the whole string >  with all the spaces preserved? > > HTML TEMPLATE: > >  > >       ALL >   {% for machine in machines %} > > {{ > machine.product_name}} >   {% endfor %} >   > > In th

spaces preserved

2010-11-10 Thread vikash rai
spaces preserved? *HTML TEMPLATE:* > ALL {% for machine in machines %} {{ machine.product_name}} {% endfor %} In this template if machine.product_name = 'PowerEdge 2950' and I select it as an option value then in the below code I get only '