Commit 6186363c authored by Andrey Voronov's avatar Andrey Voronov

Fixed closing tag bug

parent bac87e43
......@@ -21,7 +21,7 @@
{%- if pk %}
<div class="fa-inline-form-control">
<input type="checkbox" name="del-{{ subfield.id }}" id="del-{{ subfield.id }}" />
<label for="del-{{ subfield.id }}" style="display: inline">Delete?</a>
<label for="del-{{ subfield.id }}" style="display: inline">Delete?</label>
</div>
{%- endif -%}
{{ lib.render_form_fields(subfield, True) }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment