Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sstok authored and rande committed Apr 5, 2013
1 parent 96eebf7 commit 2b959c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Resources/doc/reference/templates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ By default, an Admin class uses a set of templates, it is possible to tweak the
history: SonataAdminBundle:CRUD:history.html.twig
preview: SonataAdminBundle:CRUD:preview.html.twig
delete: SonataAdminBundle:CRUD:delete.html.twig
batch: SonataAdminBundle:CRUD:list__batch.html.twig
# default values of helper templates
short_object_description: SonataAdminBundle:Helper:short-object-description.html.twig
Expand Down Expand Up @@ -78,4 +79,4 @@ You can easily extend the provided templates in your own and customize only the
return parent::getTemplate($name);
break;
}
}
}

0 comments on commit 2b959c9

Please sign in to comment.