From e08833e71cfcac11304d938752e39ffb37f27e05 Mon Sep 17 00:00:00 2001 From: NguyenND Date: Fri, 7 Nov 2025 16:23:25 -0500 Subject: [PATCH] Updated attendance report page fullscreen --- templates/attendance_report.html | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/templates/attendance_report.html b/templates/attendance_report.html index 6487943..a8ae4f8 100644 --- a/templates/attendance_report.html +++ b/templates/attendance_report.html @@ -5,12 +5,22 @@ {% block extra_head %} + + + + {% endblock %} {% block content %} -
+ + + + +
@@ -634,4 +644,13 @@ document.addEventListener('DOMContentLoaded', function() { }); window.userRole = '{{ session.role }}'; + {% endblock %} \ No newline at end of file