On Sun, May 3, 2009 at 6:26 PM, ringemup <[email protected]> wrote:
>
> Other than hardcoding the text into template files, is there any way
> to add extra text (e.g. instructions) to the admin area?  It doesn't
> have to show up in the default admin templates, just be passed as
> context to my custom templates.  Any suggestions?
>
> Thanks!

The admin section picks up on the help text you add to your models. At
the field level the attribute is "help_text" e.g., help_text=("Text
that is displayed on each receipt.").

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to