diff options
| author | user <user@node5.net> | 2024-03-24 00:11:00 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2024-03-24 00:11:00 +0100 |
| commit | f8c85565396ee7d027fd3096c598e200037b3733 (patch) | |
| tree | 0f315a00803021e2e1cfb6ac8f58730b80a5eb12 /src/templates/chart_page.html | |
| parent | 5995864720f7c6b1e53196b500e6727011b99a7c (diff) | |
dedicated /chart page
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 |
