fix: adjust template to removed form field
This commit is contained in:
@@ -79,9 +79,6 @@
|
||||
Sonstiges
|
||||
</h2>
|
||||
<div class="grid md:grid-cols-2 gap-y-4 md:gap-x-8 pb-8">
|
||||
<div>
|
||||
{{ form_row(form.status) }}
|
||||
</div>
|
||||
<div>
|
||||
{{ form_row(form.remarks) }}
|
||||
</div>
|
||||
@@ -92,4 +89,4 @@
|
||||
</button>
|
||||
{{ form_rest(form) }}
|
||||
{{ form_end(form) }}
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user