Skip to content

Commit c7c5269

Browse files
committed
Merge branch 'develop'
2 parents 66e9e90 + 700c5e1 commit c7c5269

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Resources/views/Ticket/show.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
{% endif %}
7676

7777
{% if delete_form is defined %}
78-
{{ form_start(form, {'method': 'POST', 'action': path('hackzilla_ticket_delete', {'id': ticket.id}), 'attr': {'class': 'text-right'}}) }}
78+
{{ form_start(delete_form, {'method': 'POST', 'action': path('hackzilla_ticket_delete', {'id': ticket.id}), 'attr': {'class': 'text-right'}}) }}
7979
<input type="hidden" name="_method" value="DELETE"/>
8080
{{ form_widget(delete_form) }}
8181

0 commit comments

Comments
 (0)