瀏覽代碼

Merge pull request #3229 from markyboryslav/patch-1

Change wrong extended template
Thomas 9 年之前
父節點
當前提交
e07aab875f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Resources/views/Block/block_stats.html.twig

+ 2 - 2
Resources/views/Block/block_stats.html.twig

@@ -9,7 +9,7 @@ file that was distributed with this source code.
 
 #}
 
-{% extends "SonataBlockBundle:Block:block_core_rss.html.twig" %}
+{% extends sonata_block.templates.block_base %}
 
 {% block block %}
     <!-- small box -->
@@ -26,4 +26,4 @@ file that was distributed with this source code.
             {{ 'stats_view_more'|trans({}, 'SonataAdminBundle') }} <i class="fa fa-arrow-circle-right"></i>
         </a>
     </div>
-{% endblock %}
+{% endblock %}