Re: bug in homepage of admin M-R (+solution)

2006-04-07 Thread Rudolph
Wow, you fixed this faster than light can travel ;-) Thanks Rudolph --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.co

Re: bug in homepage of admin M-R (+solution)

2006-04-07 Thread Jacob Kaplan-Moss
On Apr 7, 2006, at 11:31 AM, James Bennett wrote: > On 4/7/06, Rudolph <[EMAIL PROTECTED]> wrote: >> Put this line: >> {{ app.name }} >> above the for loop instead of inside it. > > Weird... I submitted the patch that added the captions, and that's how > it is on my working copy, but somehow in ge

Re: bug in homepage of admin M-R (+solution)

2006-04-07 Thread James Bennett
On 4/7/06, Rudolph <[EMAIL PROTECTED]> wrote: > Put this line: > {{ app.name }} > above the for loop instead of inside it. Weird... I submitted the patch that added the captions, and that's how it is on my working copy, but somehow in generating the diff that line got moved. Best solution for thi

bug in homepage of admin M-R (+solution)

2006-04-07 Thread Rudolph
Hi, Magic Removal creates to many "caption" tags on the homepage of admin. A caption tag should appear only once, right after the table tag, but Magic Removal puts it above every model-row of the table. In IE6 and Opera this leads to duplicated captions, in FF and Safari the extra captions get ig