Phase 3: fix login issue

This commit is contained in:
2026-02-23 17:34:02 -05:00
parent bf10c843b2
commit e68202135a
3 changed files with 9 additions and 11 deletions
+1 -2
View File
@@ -170,7 +170,6 @@ const BLUE = '#0d6efd', GREEN = '#198754', RED = '#dc3545',
AMBER = '#ffc107', TEAL = '#0dcaf0', GRAY = '#adb5bd';
// ── Trend chart ──────────────────────────────────────────────────────────────
const trendData = {{ daily_scores | map(attribute=0) | list | tojson }}; {# dates #}
new Chart(document.getElementById('trendChart'), {
type: 'line',
data: {
@@ -239,4 +238,4 @@ new Chart(document.getElementById('statusChart'), {
plugins: { legend: { position: 'bottom' } } }
});
</script>
{% endblock %}
{% endblock %}