I have several fields with additional notes in my model classes, 
something similar to this:

    def notes(self):
        result = "some-string"
        ... formatting code ...
        return result

    notes.short_description = "My Notes"

However when the title in short_description gets formatted on the 
resulting web page, I get a weird misalignment: the column title appears 
just above the leftmost column.

Am I doing something wrong or is this an error of the rendering engine 
or standard Django template?

Thanks in advance to anyone how might help.

Mario



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to