|
@@ -33,7 +33,7 @@ file that was distributed with this source code.
|
|
|
|
|
|
<h1>{{ 'title_delete'|trans({}, 'SonataAdminBundle') }}</h1>
|
|
<h1>{{ 'title_delete'|trans({}, 'SonataAdminBundle') }}</h1>
|
|
|
|
|
|
- {{ 'message_delete_confirmation'|trans({'%object%': object}, 'SonataAdminBundle') }}
|
|
|
|
|
|
+ {{ 'message_delete_confirmation'|trans({'%object%': admin.toString(object)}, 'SonataAdminBundle') }}
|
|
|
|
|
|
<div class="well form-actions">
|
|
<div class="well form-actions">
|
|
<form method="POST" action="{{ admin.generateObjectUrl('delete', object) }}">
|
|
<form method="POST" action="{{ admin.generateObjectUrl('delete', object) }}">
|