rename table.html

This commit is contained in:
GroovieGermanikus 2023-10-17 14:44:09 +02:00
parent 2a84006501
commit 7a79dac7f1
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
3 changed files with 2 additions and 2 deletions

2
app.py
View File

@ -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'))

View File

@ -26,7 +26,7 @@
</div>
<div class="table-responsive mb-0">
{% include "table.html" %}
{% include "_table.html" %}
</div>