diff --git a/app.py b/app.py index 82c9f50..7c76db9 100644 --- a/app.py +++ b/app.py @@ -46,5 +46,5 @@ def update_load(): # TODO remove - this is for testing only shuffle(maprows) # note: the push sends update to all subscribed clients - turbo.push(turbo.replace(render_template('table.html', transactions=maprows), 'datatable')) + turbo.push(turbo.replace(render_template('_table.html', transactions=maprows), 'datatable')) diff --git a/templates/table.html b/templates/_table.html similarity index 100% rename from templates/table.html rename to templates/_table.html diff --git a/templates/dashboard.html b/templates/dashboard.html index fb2b21d..62a2fa2 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -26,7 +26,7 @@
- {% include "table.html" %} + {% include "_table.html" %}