In a template the code below is used to render a form manually. What does form.field_name display?
{{ form.non_field_errors }}
{{ form.field_name.errors }}
{{ form.field_name }}
Only widget
Only label
Label and widget
Nothing
This question is part of this quiz :
Python | Django Forms