0

After reading this post I'm wondering how to put a description text above the inline form to notice the user admin. I also read this doc but I'm always stuck!

Thanks

Community
  • 1
  • 1
renard
  • 1

1 Answers1

0

You might be looking for help_text but I can't exactly tell from your question where you are expecting the text to show up

Edit: with regards to the comment below.

If you use StackedInline instead of TabularInline, your help text will show up.

If you really want your help text to show up on TabularInline, copy the template from

django/contrib/auth/templates/edit_inline/tabular.html

add field.help_text somewhere around the area to fit.

Issac Kelly
  • 6,309
  • 6
  • 43
  • 50
  • I thought about that, but I've multiple image fields... This is what I want : [link](http://profile.imageshack.us/user/sorcerousfox/) – renard Jul 21 '11 at 07:37