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 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'grades/templates/add_grades.html') 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 %} -- cgit