diff --git a/wagtailcharts/templates/wagtailcharts/blocks/chart_block.html b/wagtailcharts/templates/wagtailcharts/blocks/chart_block.html index ffd51b7..52ae910 100644 --- a/wagtailcharts/templates/wagtailcharts/blocks/chart_block.html +++ b/wagtailcharts/templates/wagtailcharts/blocks/chart_block.html @@ -1,3 +1,9 @@ +{% comment %} + This is the template for the ChartBlock. It is a simple HTML template that renders a canvas element with the chart data. + You will probably want to override this template by creating a new template in your project with the same name and template path. + The template path is 'wagtailcharts/blocks/chart_block.html' +{% endcomment %} + {% if self.title %}