diff --git a/templates/accounts/add_staff.html b/templates/accounts/add_staff.html index 340be15..7db3bb7 100644 --- a/templates/accounts/add_staff.html +++ b/templates/accounts/add_staff.html @@ -4,8 +4,8 @@ {% load static %} {% block content %} -
Home - Lecturers Add
+
Home + Lecturers Add

Lecturer Add Form

diff --git a/templates/accounts/add_student.html b/templates/accounts/add_student.html index d3721f6..e2e1e69 100644 --- a/templates/accounts/add_student.html +++ b/templates/accounts/add_student.html @@ -4,8 +4,8 @@ {% load static %} {% block content %} -
Home - Students Add
+
Home + Students Add

Student Add Form

diff --git a/templates/accounts/edit_lecturer.html b/templates/accounts/edit_lecturer.html index c4947c1..591d66b 100644 --- a/templates/accounts/edit_lecturer.html +++ b/templates/accounts/edit_lecturer.html @@ -5,8 +5,8 @@ {% block content %} -
Home - Lecturers setting
+
Home + Lecturers setting

Lecturer Update Form


diff --git a/templates/accounts/edit_student.html b/templates/accounts/edit_student.html index f4f54ad..7411c71 100644 --- a/templates/accounts/edit_student.html +++ b/templates/accounts/edit_student.html @@ -5,8 +5,8 @@ {% block content %}
-
Home - Students Account setting +
Home + Students Account setting

Student Update Form


diff --git a/templates/accounts/lecturer_list.html b/templates/accounts/lecturer_list.html index 38e88aa..c092691 100644 --- a/templates/accounts/lecturer_list.html +++ b/templates/accounts/lecturer_list.html @@ -3,7 +3,7 @@ {% block content %} -
Home Lecturers
+
Home Lecturers
{% if request.user.is_superuser %} Add Lecturer diff --git a/templates/accounts/profile.html b/templates/accounts/profile.html index 014df2b..45a3c98 100644 --- a/templates/accounts/profile.html +++ b/templates/accounts/profile.html @@ -8,7 +8,7 @@ {% if user.is_authenticated %} -
Home {{ user.get_full_name }}
+
Home {{ user.get_full_name }}
{% if messages %} {% for message in messages %} diff --git a/templates/accounts/profile_single.html b/templates/accounts/profile_single.html index fe06258..4a817ce 100644 --- a/templates/accounts/profile_single.html +++ b/templates/accounts/profile_single.html @@ -4,7 +4,7 @@ {% load i18n %} {% block content %} -
Home {{ user.get_full_name }}
+
Home {{ user.get_full_name }}
{% if messages %} {% for message in messages %} diff --git a/templates/accounts/student_list.html b/templates/accounts/student_list.html index 48ae26d..3abbe82 100644 --- a/templates/accounts/student_list.html +++ b/templates/accounts/student_list.html @@ -3,7 +3,7 @@ {% block content %} -
Home Students
+
Home Students
{% if request.user.is_superuser %} Add Student diff --git a/templates/app/post_add.html b/templates/app/post_add.html index a5d1549..e416768 100644 --- a/templates/app/post_add.html +++ b/templates/app/post_add.html @@ -4,7 +4,7 @@ {% load static %} {% block content %} -
Home Add Item & Update
+
Home Add Item & Update

{% if messages %} diff --git a/templates/app/semester_list.html b/templates/app/semester_list.html index 71080a4..38f61e9 100644 --- a/templates/app/semester_list.html +++ b/templates/app/semester_list.html @@ -3,7 +3,7 @@ {% block content %} -
Home Semester list
+
Home Semester list
{% if request.user.is_superuser %} Add New Semester diff --git a/templates/app/semester_update.html b/templates/app/semester_update.html index 0e0bd4f..19e09d9 100644 --- a/templates/app/semester_update.html +++ b/templates/app/semester_update.html @@ -4,8 +4,8 @@ {% load static %} {% block content %} -
Home - Semester List Semester Add & update
+
Home + Semester List Semester Add & update

{% if messages %} diff --git a/templates/app/session_list.html b/templates/app/session_list.html index c640455..caadbeb 100644 --- a/templates/app/session_list.html +++ b/templates/app/session_list.html @@ -3,7 +3,7 @@ {% block content %} -
Home Session list
+
Home Session list
{% if request.user.is_superuser %} Add New Session diff --git a/templates/app/session_update.html b/templates/app/session_update.html index 296b17f..fbadd40 100644 --- a/templates/app/session_update.html +++ b/templates/app/session_update.html @@ -4,8 +4,8 @@ {% load static %} {% block content %} -
Home - Session List Session Add & update
+
Home + Session List Session Add & update

{% if messages %} diff --git a/templates/aside.html b/templates/aside.html index a8fff9b..e0bf004 100644 --- a/templates/aside.html +++ b/templates/aside.html @@ -126,10 +126,10 @@

- By Adil Mohammed + By Adil Mohammed

- ⭐️ Star on GitHub + ⭐️ Star This Project
diff --git a/templates/course/course_add.html b/templates/course/course_add.html index b552542..0335fd6 100644 --- a/templates/course/course_add.html +++ b/templates/course/course_add.html @@ -4,8 +4,8 @@ {% load static %} {% block content %} -
Home - Programs Add & Update Course
+
Home + Programs Add & Update Course
Course Add & Update Form
diff --git a/templates/course/course_allocation_form.html b/templates/course/course_allocation_form.html index a5ba949..eac25f6 100644 --- a/templates/course/course_allocation_form.html +++ b/templates/course/course_allocation_form.html @@ -4,8 +4,8 @@ {% load static %} {% block content %} -
Home - Allocations Add
+
Home + Allocations Add

{% if messages %} diff --git a/templates/course/course_allocation_view.html b/templates/course/course_allocation_view.html index 36df444..875e953 100644 --- a/templates/course/course_allocation_view.html +++ b/templates/course/course_allocation_view.html @@ -2,7 +2,7 @@ {% block title %}{{ title }}{% endblock title %} {% block content %} -
Home Allocation list
+
Home Allocation list
{% if request.user.is_superuser %} Allocate Now diff --git a/templates/course/program_add.html b/templates/course/program_add.html index a5c478c..e8e9e13 100644 --- a/templates/course/program_add.html +++ b/templates/course/program_add.html @@ -4,8 +4,8 @@ {% load static %} {% block content %} -
Home - Programs Add
+
Home + Programs Add

{% if messages %} diff --git a/templates/course/program_list.html b/templates/course/program_list.html index c353573..0256ace 100644 --- a/templates/course/program_list.html +++ b/templates/course/program_list.html @@ -2,7 +2,7 @@ {% block title %}{{ title }}{% endblock title %} {% block content %} -
Home Programs
+
Home Programs
{% if request.user.is_superuser %} Add Program diff --git a/templates/course/user_course_list.html b/templates/course/user_course_list.html index 4ccb694..34c64c0 100644 --- a/templates/course/user_course_list.html +++ b/templates/course/user_course_list.html @@ -4,7 +4,7 @@ {% block content %} -
Home My Courses
+
Home My Courses
{% if request.user.is_student %}
{{ student.department.title }}
diff --git a/templates/payments/charge.html b/templates/payments/charge.html index e43a4f3..bd223ce 100644 --- a/templates/payments/charge.html +++ b/templates/payments/charge.html @@ -21,7 +21,7 @@

Payment Succeed, You has been make payment successfuly.

-
Redirect to your dashboard in 8
+
Redirect to your dashboard in 8
diff --git a/templates/progress.html b/templates/progress.html index 3e675d4..82b94af 100644 --- a/templates/progress.html +++ b/templates/progress.html @@ -6,7 +6,7 @@ {% block content %} -
Home Progress Page
+
Home Progress Page
{% if cat_scores %} diff --git a/templates/question.html b/templates/question.html index ffc5215..34acc7d 100644 --- a/templates/question.html +++ b/templates/question.html @@ -7,11 +7,11 @@ {% block content %} -
Home - Programs - {{ course.program }} - {{ course }} - Quizzes {{ quiz.title|title }}
+
Home + Programs + {{ course.program }} + {{ course }} + Quizzes {{ quiz.title|title }}
diff --git a/templates/quiz/mcquestion_form.html b/templates/quiz/mcquestion_form.html index f98c57e..c86b6a9 100644 --- a/templates/quiz/mcquestion_form.html +++ b/templates/quiz/mcquestion_form.html @@ -2,11 +2,11 @@ {% block content %} -
Home - Programs - {{ course.program }} - {{ course }} - Quiz list MC Question add for {{ quiz_obj }}
+
Home + Programs + {{ course.program }} + {{ course }} + Quiz list MC Question add for {{ quiz_obj }}
diff --git a/templates/quiz/quiz_form.html b/templates/quiz/quiz_form.html index f0073b6..5447cc1 100644 --- a/templates/quiz/quiz_form.html +++ b/templates/quiz/quiz_form.html @@ -2,11 +2,11 @@ {% block content %} -
Home - Programs - {{ course.program }} - {{ course }} - Quizzes Add Quiz
+
Quiz form for {{ course }}
diff --git a/templates/quiz/quiz_list.html b/templates/quiz/quiz_list.html index 0139850..6d33b0d 100644 --- a/templates/quiz/quiz_list.html +++ b/templates/quiz/quiz_list.html @@ -5,10 +5,10 @@ {% block content %} -
Home - Programs - {{ course.program }} - {{ course }} Quiz List
+
diff --git a/templates/quiz/sitting_detail.html b/templates/quiz/sitting_detail.html index a9bf191..f7e7a85 100644 --- a/templates/quiz/sitting_detail.html +++ b/templates/quiz/sitting_detail.html @@ -5,8 +5,8 @@ {% endblock %} {% block content %} -
Home - Completed Exams Marking
+
{% trans "Quiz title" %}: {{ sitting.quiz.title }}
@@ -52,7 +52,7 @@
{% csrf_token %} - +
diff --git a/templates/quiz/sitting_list.html b/templates/quiz/sitting_list.html index 8f7522c..10acf66 100644 --- a/templates/quiz/sitting_list.html +++ b/templates/quiz/sitting_list.html @@ -4,7 +4,7 @@ {% block content %}
-
Home Complete Exams
+
Home Complete Exams
{% trans "List of complete exams" %}
@@ -47,6 +47,7 @@ {% trans "View details" %} + {% endfor %} diff --git a/templates/result/add_score.html b/templates/result/add_score.html index fbf896f..75e3636 100644 --- a/templates/result/add_score.html +++ b/templates/result/add_score.html @@ -4,7 +4,7 @@ {% block content %} -
Home Manage Score
+
Home Manage Score
{% if messages %} {% for message in messages %} diff --git a/templates/result/add_score_for.html b/templates/result/add_score_for.html index 3a45f35..fa41c61 100644 --- a/templates/result/add_score_for.html +++ b/templates/result/add_score_for.html @@ -4,8 +4,8 @@ {% block content %} -
Home - {{ course }} Manage Score
+
Home + {{ course }} Manage Score
diff --git a/templates/setting/admin_panel.html b/templates/setting/admin_panel.html index a1a93c6..04103ca 100644 --- a/templates/setting/admin_panel.html +++ b/templates/setting/admin_panel.html @@ -4,7 +4,7 @@ {% load static %} {% block content %} -
Home Admin Panel
+
Home Admin Panel
Admin Panel

@@ -23,36 +23,56 @@ {% endfor %} {% endif %} -
+
-
- Manage Lecturers » -

CRUD (Create, Retriev, Update & Delete) lecturers


- Manage Students » -

CRUD (Create, Retriev, Update & Delete) students


- Manage Session » -

CRUD (Create, Retriev, Update & Delete) sessions


- Manage Semester » -

CRUD (Create, Retriev, Update & Delete) semesters

-
-
- Course Add & Drop - -

Switch - ON or OFF -


+
+
+ Manage Lecturers » +

CRUD (Create, Retriev, Update & Delete) lecturers

+
- Manage Programs & Courses » -

CRUD (Create, Retriev, Update & Delete) programs

-

CRUD (Create, Retriev, Update & Delete) courses


- Manage Course Allocations » -

CRUD (Create, Retriev, Update & Delete) course allocations


- Manage News & Events » -

CRUD (Create, Retriev, Update & Delete) News & Events

+
+ Manage Students » +

CRUD (Create, Retriev, Update & Delete) students

+
+ +
+ Manage Session » +

CRUD (Create, Retriev, Update & Delete) sessions

+
+ +
+ Manage Semester » +

CRUD (Create, Retriev, Update & Delete) semesters

+
+
+
+
+ Course Add & Drop + +

Switch + ON or OFF +

+
+ +
+ Manage Programs & Courses » +

CRUD (Create, Retriev, Update & Delete) programs

+
+ +
+ Manage Course Allocations » +

CRUD (Create, Retriev, Update & Delete) course allocations

+
+ +
+ Manage News & Events » +

CRUD (Create, Retriev, Update & Delete) News & Events

+
diff --git a/templates/setting/password_change.html b/templates/setting/password_change.html index 2a7f2ef..00b90ac 100644 --- a/templates/setting/password_change.html +++ b/templates/setting/password_change.html @@ -4,7 +4,7 @@ {% load static %} {% block content %} -
Home Password Change
+
Home Password Change

{% if messages %} diff --git a/templates/setting/profile_info_change.html b/templates/setting/profile_info_change.html index a2b35ac..e4c7936 100644 --- a/templates/setting/profile_info_change.html +++ b/templates/setting/profile_info_change.html @@ -5,7 +5,7 @@ {% block content %} -
Home Account setting
+
Home Account setting

Account Settings

diff --git a/templates/upload/upload_file_form.html b/templates/upload/upload_file_form.html index b01bfb2..8d08fda 100644 --- a/templates/upload/upload_file_form.html +++ b/templates/upload/upload_file_form.html @@ -5,10 +5,10 @@ {% block content %} + file upload

File upload for {{ course }}


diff --git a/templates/upload/upload_video_form.html b/templates/upload/upload_video_form.html index ed40276..a4e8f20 100644 --- a/templates/upload/upload_video_form.html +++ b/templates/upload/upload_video_form.html @@ -5,10 +5,10 @@ {% block content %} + Video upload

Video upload for {{ course }}


diff --git a/templates/upload/video_single.html b/templates/upload/video_single.html index 6ad9c97..690137e 100644 --- a/templates/upload/video_single.html +++ b/templates/upload/video_single.html @@ -5,10 +5,10 @@ {% block content %} + {{ video.title }}

{{ video.title }}