#3596: Labels not positioned correctly in Admin
-------------------------+--------------------------------------------------
Reporter: anonymous | Owner: adrian
Status: new | Component: Admin interface
Version: SVN | Resolution:
Keywords: | Stage: Accepted
Has_patch: 0 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
-------------------------+--------------------------------------------------
Changes (by [EMAIL PROTECTED]):
* cc: [EMAIL PROTECTED] (added)
Comment:
I'm experiencing this problem as well. Here's a link to a screenshot:
http://homepage.mac.com/brooks_lt/odd_display.png
Here's the relevant code in my model:
{{{
fields = (
(None, {
'fields': (('first_name', 'middle_name',
'last_name'), ('gender', 'ssn', 'birth_date'), 'birth_place',
('home_address', 'home_city', 'home_state', 'home_zip', 'home_county'),
('phone', 'email'), ('secondary_contact',
'secondary_contact_relationship'),)
}),
)
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/3596#comment:5>
Django Code <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
-~----------~----~----~----~------~----~------~--~---