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 @@
- +
diff --git a/src/templates/control.html b/src/templates/control.html index 0acef57..3a211ab 100644 --- a/src/templates/control.html +++ b/src/templates/control.html @@ -6,11 +6,11 @@ -
Teacher Signup
+
@@ -18,17 +18,18 @@
- +
- +
- +
+ {% endblock %} 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 %} diff --git a/src/templates/schedule.html b/src/templates/schedule.html index 36602db..33cf774 100644 --- a/src/templates/schedule.html +++ b/src/templates/schedule.html @@ -3,9 +3,8 @@ Schedule Classes {% endblock %} {% block content %} - - +
Section: diff --git a/src/templates/signup.html b/src/templates/signup.html index e2d1b8e..8bd11d7 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: diff --git a/src/templates/student.html b/src/templates/student.html index 4ea58ed..c12dd13 100644 --- a/src/templates/student.html +++ b/src/templates/student.html @@ -4,11 +4,17 @@ {{ super() }} {% endblock %} {% block content %}

Classes

- +
Sr.No @@ -50,7 +56,8 @@

Classes



- + -{% endblock %} \ No newline at end of file + +{% endblock %} 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: diff --git a/src/templates/teacher.html b/src/templates/teacher.html index ceb3d3f..15277dd 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 %} diff --git a/src/templates/teacherlogin.html b/src/templates/teacherlogin.html index 630cf5c..96fc0e0 100644 --- a/src/templates/teacherlogin.html +++ b/src/templates/teacherlogin.html @@ -10,7 +10,7 @@
- +
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 %} -
Name: @@ -29,11 +29,11 @@
- + - +
+
- Select sections: + Select Section:
- Select Course: + Select Course:
- Select semester: + Select Semester:
- +
-{% endblock %} \ No newline at end of file +{% endblock %}