diff --git a/Grid/Export/Export.php b/Grid/Export/Export.php index 71532abb..d504567d 100644 --- a/Grid/Export/Export.php +++ b/Grid/Export/Export.php @@ -20,7 +20,7 @@ abstract class Export implements ExportInterface, ContainerAwareInterface { - const DEFAULT_TEMPLATE = '@APYDataGridBundle/blocks.html.twig'; + const DEFAULT_TEMPLATE = '@APYDataGrid/blocks.html.twig'; protected $title;