We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66e9e90 + 700c5e1 commit c7c5269Copy full SHA for c7c5269
1 file changed
Resources/views/Ticket/show.html.twig
@@ -75,7 +75,7 @@
75
{% endif %}
76
77
{% if delete_form is defined %}
78
- {{ form_start(form, {'method': 'POST', 'action': path('hackzilla_ticket_delete', {'id': ticket.id}), 'attr': {'class': 'text-right'}}) }}
+ {{ form_start(delete_form, {'method': 'POST', 'action': path('hackzilla_ticket_delete', {'id': ticket.id}), 'attr': {'class': 'text-right'}}) }}
79
<input type="hidden" name="_method" value="DELETE"/>
80
{{ form_widget(delete_form) }}
81
0 commit comments