On Sun, May 3, 2009 at 6:43 PM, Lee Hinde <[email protected]> wrote:
> 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.").
>

Which I just realized is not what you were asking. Searching for
'help_text" I found this:

{{ form.<field_name>.field.help_text }}

http://groups.google.com/group/django-developers/browse_thread/thread/f29aa27b78b1bb4d/51b5647db148daf2

Not sure if it currently works that way.

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