Re: forms and designers

2007-07-08 Thread Al Abut
Whoops, thanks Tom, posted the question over on django-users: http://groups.google.com/group/django-users/browse_thread/thread/baf5523dd473a93f/8e0b8a8dee41733c#8e0b8a8dee41733c John - I've copied your question and my answer over there. --~--~-~--~~~---~--~~ You

Re: forms and designers

2007-07-08 Thread John Shaffer
We use this in Satchmo: Discounts Discount code {{ form.discount }} {% if form.discount.errors %}*** {{ form.discount.errors|join:", " }}{% endif %} Does that give you enough control? --~--~-~--~~~---~--~~ You received this message be

Re: forms and designers

2007-07-08 Thread Tom Tobin
On 7/8/07, Al Abut <[EMAIL PROTECTED]> wrote: > Can anyone share their tips on ongoing work with forms and designers? You're on the wrong list; please redirect this to django-users. Django-developers is for development work *on Django itself*, not development

forms and designers

2007-07-08 Thread Al Abut
to the rest of the templates. Can anyone share their tips on ongoing work with forms and designers? I asked a particularly well-known web designer on a django team how they deal with the issue and his answer in short is that they don't: he creates all the html by hand, including any form eleme