#11473: TEMPLATE_STRING_IF_INVALID breaks admin template
----------------------------------+-----------------------------------------
Reporter: Leo | Owner: nobody
Status: new | Milestone: 1.1
Component: django.contrib.admin | Version: SVN
Keywords: | Stage: Unreviewed
Has_patch: 0 |
----------------------------------+-----------------------------------------
Repro:
1. set TEMPLATE_STRING_IF_INVALID in settings to 'FOOBAR'
1. view any object list page in the admin
1. notice the checkbox on the left of the items is misaligned
1. view source to see the following:
{{{
<table cellspacing="0">
<thead>
<tr>
<thFOOBAR>
}}}
I suspect this is a pretty easy fix, I just couldn't figure out where to
make it. The templates are pretty abstract/convoluted :-/
--
Ticket URL: <http://code.djangoproject.com/ticket/11473>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---