Added support for displaying a field with no label

Review Request #2671 — Created Oct. 23, 2011 and submitted — Latest diff uploaded

Information

Djblets

Reviewers

In some case, label is not needed for fields of form. For example, if we want to display a formset, it is boring to display the same label for every forms. To disable label, the form class need a field "fields_no_label", and set it to True.

 
    Loading...