Hello,
{{ form.start }}
For example, outputs this:
<input type="text" name="start_0" value="2009-08-10" id="id_start_0" /
><input type="text" name="start_1" value="12:00:00" id="id_start_1" />
I have tried:
{{ form.start_0 }} and {{ form.start_1 }}, but that outputs absolutely
nothing. :)
Is it possible to split up the two fields so I can handle them
individually?
Also, is it possible to control the XHTML output? I prefer use a DTD
that does not allow an ending slash. :)
Many thanks in advance. :D
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---