> 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
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?
*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 '
3 matches
Mail list logo