From e1c1d0d0d6ae170d3ce9966b98ec6d03ff35c062 Mon Sep 17 00:00:00 2001 From: adityacp Date: Wed, 21 Mar 2018 17:43:26 +0530 Subject: Move Grading systems from navbar to Courses sidebar --- grades/templates/add_grades.html | 3 ++- grades/templates/grading_systems.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'grades') diff --git a/grades/templates/add_grades.html b/grades/templates/add_grades.html index e4ea915..a3f52da 100644 --- a/grades/templates/add_grades.html +++ b/grades/templates/add_grades.html @@ -1,7 +1,8 @@ {% extends "manage.html" %} {% block main %} - Back to Grading Systems + Back to Grading Systems +

Note: For grade range lower limit is inclusive and upper limit is exclusive


{% if not system_id %} diff --git a/grades/templates/grading_systems.html b/grades/templates/grading_systems.html index baa5610..3a71ebf 100644 --- a/grades/templates/grading_systems.html +++ b/grades/templates/grading_systems.html @@ -2,6 +2,7 @@ {% block main %} Add a Grading System + Back to Courses

Available Grading Systems: -- cgit