added a basic comparison set page, with a table of the data that changes only (just to fit it in) and allowing them to be deleted

This commit is contained in:
2025-11-01 22:48:21 +11:00
parent 4bb336645a
commit 9cc907fb62
5 changed files with 36 additions and 6 deletions

View File

@@ -475,4 +475,3 @@
</script>
</body>
</html>

View File

@@ -19,7 +19,7 @@
</head>
<body>
<div class="container-fluid">
<h3 align="center">Finance Tracker (go to <a href="bills">Bills</a>)</h3>
<h3 align="center">Finance Tracker (go to <a href="bills">Bills</a> or <a href="cset">Comparison Sets</a>)</h3>
<form id="vals_form" class="ms-3 mt-3" action="/update" method="POST">
{% for r in DISP %}
@@ -389,4 +389,3 @@
</div>
</body>
</html>