After reading this post I'm wondering how to put a description text above the inline form to notice the开发者_C百科 user admin. I also read this doc but I'm always stuck!
Thanks
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.
精彩评论