Hi Mario,

On Sat, 2006-10-07 at 10:56 +0200, Mario Graziosi wrote:
> 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.

This is a bit short on details. You've posted a function from a model,
but no information about how you are trying to display it.

Is the something you created yourself or something in Django? How are
you trying to render notes.short_description? Can you perhaps attach a
small screenshot fragment to describe what you are talking about?

Regards,
Malcolm


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" 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-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to