Browse Source

Merge pull request #3229 from markyboryslav/patch-1

Change wrong extended template
Thomas 9 năm trước cách đây
mục cha
commit
e07aab875f
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 %}