Hi Alasdair,

Thanks a lot for the help. It's working now. Cheers :)

Charito

On Thu, May 14, 2015 at 7:57 PM, Alasdair Nicol <alasd...@memset.com> wrote:

> On 14/05/15 02:50, charito.romeo wrote:
>
>> |
>>      <input type="radio" name="choice" id="choice{{ forloop.counter }}"
>> value="{{
>>      choice.id }}"/>
>> |
>>
>
> The problem is that there is a new line in the middle of
>
> "{{ choice.id }}".
>
> Change it to:
>
>     <input type="radio" name="choice" id="choice{{ forloop.counter }}"
> value="{{ choice.id }}"/>
>
> Cheers,
> Alasdair
>
> --
> Alasdair Nicol
> Developer, MEMSET
>
> mail: alasd...@memset.com
>  web: http://www.memset.com/
>
> Memset Ltd., registration number 4504980.
> Building 87, Dunsfold Park, Stovolds Hill, Cranleigh, Surrey, GU6 8TB, UK
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/55548D93.3000701%40memset.com
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAM9Y-vv9jZi%3DqwXuh5KkF3sEVyh8H4DvvXq5iO%3D6rht6Phs6Cg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to