From 002131e203c2a17b99446243169919cddea86f21 Mon Sep 17 00:00:00 2001 From: Rida228 <76814054+Rida228@users.noreply.github.com> Date: Sun, 5 Sep 2021 18:49:53 +0530 Subject: [PATCH 01/17] Update grades.html --- src/templates/grades.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/grades.html b/src/templates/grades.html index 683d75c..e96bb19 100644 --- a/src/templates/grades.html +++ b/src/templates/grades.html @@ -4,7 +4,7 @@ {% block content %}
- +
Select USN: @@ -66,4 +66,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} From b240356db0932e60baebfd6b230f2bfe2a4c5044 Mon Sep 17 00:00:00 2001 From: Rida228 <76814054+Rida228@users.noreply.github.com> Date: Sun, 5 Sep 2021 19:01:03 +0530 Subject: [PATCH 02/17] Update schedule.html --- src/templates/schedule.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/templates/schedule.html b/src/templates/schedule.html index 36602db..a4de95f 100644 --- a/src/templates/schedule.html +++ b/src/templates/schedule.html @@ -3,9 +3,8 @@ Schedule Classes {% endblock %} {% block content %} - - +
Section: From 7f97ac1265c7c7af5e4f630488f4dbb9c136a013 Mon Sep 17 00:00:00 2001 From: Rida228 <76814054+Rida228@users.noreply.github.com> Date: Sun, 5 Sep 2021 19:04:18 +0530 Subject: [PATCH 03/17] Update schedule.html --- src/templates/schedule.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/schedule.html b/src/templates/schedule.html index a4de95f..33cf774 100644 --- a/src/templates/schedule.html +++ b/src/templates/schedule.html @@ -4,7 +4,7 @@ {% endblock %} {% block content %} - +
Section: From cfa5aeefe15304b36e41d06193390ca3e9880b8d Mon Sep 17 00:00:00 2001 From: Rida228 <76814054+Rida228@users.noreply.github.com> Date: Sun, 5 Sep 2021 19:54:32 +0530 Subject: [PATCH 04/17] Update TSignup.html --- src/templates/TSignup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/TSignup.html b/src/templates/TSignup.html index 5f8030b..eaf9ec5 100644 --- a/src/templates/TSignup.html +++ b/src/templates/TSignup.html @@ -12,7 +12,7 @@ - +
From 56373543261b8f0ac077b6b219b3659f6cf2cbfe Mon Sep 17 00:00:00 2001 From: Rida228 <76814054+Rida228@users.noreply.github.com> Date: Sun, 5 Sep 2021 20:22:12 +0530 Subject: [PATCH 05/17] Update student.html --- src/templates/student.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/templates/student.html b/src/templates/student.html index 4ea58ed..e5e555a 100644 --- a/src/templates/student.html +++ b/src/templates/student.html @@ -4,11 +4,17 @@ {{ super() }} {% endblock %} {% block content %}

Classes

-
Teacher Signup
+
Sr.No @@ -50,7 +56,7 @@

Classes



- + -{% endblock %} \ No newline at end of file +{% endblock %} From 1b5b45cb7e140895678842fe0c6c76d5f33fe6e4 Mon Sep 17 00:00:00 2001 From: Rida228 <76814054+Rida228@users.noreply.github.com> Date: Sun, 5 Sep 2021 20:26:34 +0530 Subject: [PATCH 06/17] Update student.html --- src/templates/student.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/templates/student.html b/src/templates/student.html index e5e555a..c12dd13 100644 --- a/src/templates/student.html +++ b/src/templates/student.html @@ -59,4 +59,5 @@

Classes

+ {% endblock %} From 0a5f535158989c959e804919cd18c44ab1c4a536 Mon Sep 17 00:00:00 2001 From: Rida228 <76814054+Rida228@users.noreply.github.com> Date: Sun, 5 Sep 2021 21:00:26 +0530 Subject: [PATCH 07/17] Update studentlogin.html --- src/templates/studentlogin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/studentlogin.html b/src/templates/studentlogin.html index a69df53..7935665 100644 --- a/src/templates/studentlogin.html +++ b/src/templates/studentlogin.html @@ -10,7 +10,7 @@
- +
USN: From 20e006a0733ac2102237609060ef9a6b159b35e8 Mon Sep 17 00:00:00 2001 From: Rida228 <76814054+Rida228@users.noreply.github.com> Date: Sun, 5 Sep 2021 21:21:08 +0530 Subject: [PATCH 08/17] Update teacher.html --- src/templates/teacher.html | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/templates/teacher.html b/src/templates/teacher.html index ceb3d3f..e1e66bf 100644 --- a/src/templates/teacher.html +++ b/src/templates/teacher.html @@ -3,10 +3,16 @@ {% block head %} {% endblock %} {% block content %} + +

Upcoming Classes

- +
>
Sr.No @@ -47,16 +53,16 @@

- +
- +
- +
- +
-{% endblock %} \ No newline at end of file +{% endblock %} From 483d9be0f919d5e7125dec68648ec34a1fb6aeac Mon Sep 17 00:00:00 2001 From: Rida228 <76814054+Rida228@users.noreply.github.com> Date: Sun, 5 Sep 2021 21:23:08 +0530 Subject: [PATCH 09/17] Update teacher.html --- src/templates/teacher.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/teacher.html b/src/templates/teacher.html index e1e66bf..15277dd 100644 --- a/src/templates/teacher.html +++ b/src/templates/teacher.html @@ -62,7 +62,7 @@

- +
{% endblock %} From a08f01b498490ea4a5416f9adf0c91a573b09931 Mon Sep 17 00:00:00 2001 From: Rida228 <76814054+Rida228@users.noreply.github.com> Date: Sun, 5 Sep 2021 21:33:51 +0530 Subject: [PATCH 10/17] Update teacherlogin.html --- src/templates/teacherlogin.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/teacherlogin.html b/src/templates/teacherlogin.html index 630cf5c..c6a72e8 100644 --- a/src/templates/teacherlogin.html +++ b/src/templates/teacherlogin.html @@ -10,7 +10,7 @@
- +
From 9f5013e8739272188ada42382cbc76869bdea75e Mon Sep 17 00:00:00 2001 From: Rida228 <76814054+Rida228@users.noreply.github.com> Date: Sun, 5 Sep 2021 21:53:18 +0530 Subject: [PATCH 11/17] Update teacherlogin.html --- src/templates/teacherlogin.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/teacherlogin.html b/src/templates/teacherlogin.html index c6a72e8..96fc0e0 100644 --- a/src/templates/teacherlogin.html +++ b/src/templates/teacherlogin.html @@ -29,11 +29,11 @@ From c24260e7944005c412decf8737632ac62286a88e Mon Sep 17 00:00:00 2001 From: Rida228 <76814054+Rida228@users.noreply.github.com> Date: Sun, 5 Sep 2021 22:00:38 +0530 Subject: [PATCH 12/17] Update control.html --- src/templates/control.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/templates/control.html b/src/templates/control.html index 0acef57..7d70d75 100644 --- a/src/templates/control.html +++ b/src/templates/control.html @@ -6,11 +6,11 @@ -
Name: @@ -29,11 +29,11 @@
- + - +
- + - +
+
@@ -18,14 +18,14 @@ From 8368803b3b30aa96371a8bc4590c1b04263c59d5 Mon Sep 17 00:00:00 2001 From: Rida228 <76814054+Rida228@users.noreply.github.com> Date: Sun, 5 Sep 2021 22:04:13 +0530 Subject: [PATCH 13/17] Update control.html --- src/templates/control.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/templates/control.html b/src/templates/control.html index 7d70d75..db0880e 100644 --- a/src/templates/control.html +++ b/src/templates/control.html @@ -31,4 +31,5 @@
- +
- +
- +
+ {% endblock %} From d5c0d9e3ce2ee4708dd49894f3d93066a560731e Mon Sep 17 00:00:00 2001 From: Rida228 <76814054+Rida228@users.noreply.github.com> Date: Sun, 5 Sep 2021 22:27:45 +0530 Subject: [PATCH 14/17] Update updates.html --- src/templates/updates.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/templates/updates.html b/src/templates/updates.html index 2c1db52..5dc528a 100644 --- a/src/templates/updates.html +++ b/src/templates/updates.html @@ -5,10 +5,10 @@ {% endblock %} {% block content %}
- +
- Select sections: + Select Section:
- Select Course: + Select Course:
- Select semester: + Select Semester:
- +
-{% endblock %} \ No newline at end of file +{% endblock %} From 4943034d548235c6235214174f48909d52ca1d7a Mon Sep 17 00:00:00 2001 From: Rida228 <76814054+Rida228@users.noreply.github.com> Date: Sun, 5 Sep 2021 23:06:04 +0530 Subject: [PATCH 15/17] Update control.html --- src/templates/control.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/templates/control.html b/src/templates/control.html index db0880e..3a211ab 100644 --- a/src/templates/control.html +++ b/src/templates/control.html @@ -6,11 +6,11 @@ - +
@@ -18,14 +18,14 @@ From 471a3b18f67d87c3bb57c8a57263486f97e22d45 Mon Sep 17 00:00:00 2001 From: Rida228 <76814054+Rida228@users.noreply.github.com> Date: Sun, 5 Sep 2021 23:31:56 +0530 Subject: [PATCH 16/17] Update signup.html --- src/templates/signup.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/templates/signup.html b/src/templates/signup.html index e2d1b8e..3ed4dbc 100644 --- a/src/templates/signup.html +++ b/src/templates/signup.html @@ -10,10 +10,10 @@ -
- +
- +
- +
+
- Name: + Name: @@ -21,7 +21,7 @@
- USN: + USN: @@ -29,7 +29,7 @@
- Email: + Email: @@ -37,7 +37,7 @@
- Section: + Section:
- Branch: + Branch:
- Password: + Password: @@ -104,7 +104,7 @@
- Confirm Password: + Confirm Password: From 06dac1fc6633c0d030e3a5ae5949b1cb3f1e87a2 Mon Sep 17 00:00:00 2001 From: Rida228 <76814054+Rida228@users.noreply.github.com> Date: Sun, 5 Sep 2021 23:36:28 +0530 Subject: [PATCH 17/17] Update signup.html --- src/templates/signup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/signup.html b/src/templates/signup.html index 3ed4dbc..8bd11d7 100644 --- a/src/templates/signup.html +++ b/src/templates/signup.html @@ -76,7 +76,7 @@