Is this possible? The old forms module allowed you to render the date and time separately in the template for the form. Now it seems this is no longer possible. So it isn't possible for instance to render the date on one row of a table and the time on the following row just below it like: <tr><td>{{form.blah}}</td><td>{{form.mydate.date}}</td></tr> <tr><td>{{form.blah2}}</td><td>{{form.mydate.time}}</td></tr>
-Paul --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---