Remove commented code (warning during compression)

manage.py compress —force causes a warning here.
This commit is contained in:
Andrew Seier 2014-12-23 12:11:45 -08:00
parent 2645a32929
commit 399cb165b0
1 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,4 @@
<fieldset>
{% if field.label %}<legend {% if style.hide_label %}class="sr-only"{% endif %}>{{ field.label }}</legend>{% endif %}
<!-- {% if field.label %}<legend {% if style.hide_label %}class="sr-only"{% endif %}>{{ field.label }}</legend>{% endif %}
{% for field_item in field.value.field_items.values() %}
{{ renderer.render_field(field_item, layout=layout) }}
{% endfor %} -->
<p>Lists are not currently supported in HTML input.</p>
</fieldset>