diff options
Diffstat (limited to 'src/templates/chart_page.html')
| -rw-r--r-- | src/templates/chart_page.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/templates/chart_page.html b/src/templates/chart_page.html new file mode 100644 index 0000000..0fb3028 --- /dev/null +++ b/src/templates/chart_page.html @@ -0,0 +1,4 @@ +{% extends 'base.html' %} +{% block content %} +{% include 'chart.html' %} +{% endblock %}
\ No newline at end of file |
