You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<form method="post" action="{{ path('<?=$route_name?>_delete', {'<?=$entity_identifier?>': <?=$entity_var_singular?>.<?=$entity_identifier?>}) }}" onsubmit="return confirm('Are you sure you want to delete this item?');">
1
+
<form method="post" action="{{ path('<?=$route_name?>_delete', {'<?=$entity_identifier?>': <?=$entity_twig_var_singular?>.<?=$entity_identifier?>}) }}" onsubmit="return confirm('Are you sure you want to delete this item?');">
0 commit comments