File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
rest_framework/templates/rest_framework Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 55 {% for key, text in field.choices.items %}
66 < div class ="checkbox ">
77 < label >
8- < input type ="checkbox " name ="{{ rest_framework/ field.name }} " value ="{{ key }} " {% if key in field.value %}checked{% endif %} >
8+ < input type ="checkbox " name ="{{ field.name }} " value ="{{ key }} " {% if key in field.value %}checked{% endif %} >
99 {{ text }}
1010 </ label >
1111 </ div >
Original file line number Diff line number Diff line change 11< fieldset >
22 {% if field.label %}< legend {% if style.hide_label %}class ="sr-only "{% endif %} > {{ field.label }}</ legend > {% endif %}
3- <!-- {% if field.label %}<legend {% if style.hide_label %}class="sr-only"{% endif %}>{{ field.label }}</legend>{% endif %}
4- {% for field_item in field.value.field_items.values() %}
5- {{ renderer.render_field(field_item, layout=layout) }}
6- {% endfor %} -->
73 < p > Lists are not currently supported in HTML input.</ p >
84</ fieldset >
You can’t perform that action at this time.
0 commit comments