From 29f93bce956af26e1b3ffe5ffc04e02c9f32de59 Mon Sep 17 00:00:00 2001
From: adityacp
Date: Thu, 2 Jan 2020 15:34:18 +0530
Subject: Change UI in add grades template
---
grades/templates/grading_systems.html | 46 +++++++++++++++++++++++++++++++++--
1 file changed, 44 insertions(+), 2 deletions(-)
(limited to 'grades/templates/grading_systems.html')
diff --git a/grades/templates/grading_systems.html b/grades/templates/grading_systems.html
index 3a71ebf..8129c72 100644
--- a/grades/templates/grading_systems.html
+++ b/grades/templates/grading_systems.html
@@ -1,8 +1,50 @@
{% extends "manage.html" %}
+{% block title %} View Grading Systems {% endblock %}
{% block main %}
- Add a Grading System
- Back to Courses
+
+
+
+
+ Add a Grading System
+
Available Grading Systems:
--
cgit
From 664fa46ba041ebdc5912a3bf125056bbc52b1f95 Mon Sep 17 00:00:00 2001
From: adityacp
Date: Fri, 3 Jan 2020 11:17:04 +0530
Subject: Remove unncessary break html tags and add bootstrap custom file input
---
grades/templates/grading_systems.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'grades/templates/grading_systems.html')
diff --git a/grades/templates/grading_systems.html b/grades/templates/grading_systems.html
index 8129c72..0b26e8e 100644
--- a/grades/templates/grading_systems.html
+++ b/grades/templates/grading_systems.html
@@ -1,8 +1,8 @@
{% extends "manage.html" %}
{% block title %} View Grading Systems {% endblock %}
+{% block pagetitle %} View Grading Systems {% endblock %}
{% block main %}
-
--
cgit
From d0c08efb57d0b83845ebccf67df09e798791c6e3 Mon Sep 17 00:00:00 2001
From: adityacp
Date: Tue, 11 Feb 2020 15:12:49 +0530
Subject: Change templates, urls, views
- Remove separate tab for allotted courses in moderator dashboard
- Remove separate tab for enrolled courses in student dashboard
- Increase pagination items for courses
- Remove view function for allotted courses
---
grades/templates/grading_systems.html | 5 -----
1 file changed, 5 deletions(-)
(limited to 'grades/templates/grading_systems.html')
diff --git a/grades/templates/grading_systems.html b/grades/templates/grading_systems.html
index 0b26e8e..8102230 100644
--- a/grades/templates/grading_systems.html
+++ b/grades/templates/grading_systems.html
@@ -11,11 +11,6 @@
My Courses
- -
-
- Allotted Courses
-
-
-
Add New Course
--
cgit