From 56652a73fc5e851ffdbc609c4f7276234ea1befe Mon Sep 17 00:00:00 2001 From: Khaled Mahfouz Date: Tue, 30 Sep 2025 14:28:39 +0300 Subject: [PATCH] removing unnecessary html code in points route . - version : 2.5 - Description : the last stable Flask app in a single file - TODO : * Clean architecture refactoring . * Adding authentication and advanced settings . * Performance and security improvements . //############################################// modified: templates/points.html //############################################/ --- templates/points.html | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/templates/points.html b/templates/points.html index c6294b1..b2f25d4 100644 --- a/templates/points.html +++ b/templates/points.html @@ -71,34 +71,6 @@ -
-

قائمة الطلاب والنقاط

-
- - - - - - - - - - {% for student in students %} - - - - - - {% else %} - - - - {% endfor %} - -
#اسم الطالبالنقاط
{{ loop.index }}{{ student.student_name }}{{ student.points }}
لم تتم إضافة أي طالب بعد.
-
-
- -{% endblock %} \ No newline at end of file +{% endblock %}