Removed left over dump tag

This commit is contained in:
Jan Böhmer 2022-08-02 01:02:53 +02:00
parent cd249307a4
commit bda546bc0f

View file

@ -93,7 +93,6 @@
{{ form_widget(form) }} {{ form_widget(form) }}
</td> </td>
<td> <td>
{% dump(form) %}
<button type="button" class="btn btn-danger lot_btn_delete" {{ collection.delete_btn() }} <button type="button" class="btn btn-danger lot_btn_delete" {{ collection.delete_btn() }}
{% if not is_granted('lots.delete', form.parent.parent.vars.data) %}disabled{% endif %}> {% if not is_granted('lots.delete', form.parent.parent.vars.data) %}disabled{% endif %}>
<i class="fas fa-trash-alt fa-fw"></i> <i class="fas fa-trash-alt fa-fw"></i>