Browse Source

Update Block/AdminListBlockService.php

sjopet 13 years ago
parent
commit
c23e0ca311
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Block/AdminListBlockService.php

+ 1 - 1
Block/AdminListBlockService.php

@@ -57,7 +57,7 @@ class AdminListBlockService extends BaseBlockService
             }
         }
 
-        return $this->renderResponse('SonataAdminBundle:Block:block_admin_list.html.twig', array(
+        return $this->renderResponse($this->pool->getTemplate('list_block'), array(
             'block'         => $block,
             'settings'      => $settings,
             'admin_pool'    => $this->pool,