From f06a5d2ffbb1a06320935841a4ba24720e651985 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Tue, 13 Feb 2018 12:48:19 +0530 Subject: Change default grading system behaviour Cannot edit default system. Code as per PEP8 standards. Updates grade after regrade or manual grading Field change from total marks to percentage Removed unused fields from grades app --- grades/templates/add_grades.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'grades/templates') diff --git a/grades/templates/add_grades.html b/grades/templates/add_grades.html index f2f0051..1e4d29e 100644 --- a/grades/templates/add_grades.html +++ b/grades/templates/add_grades.html @@ -20,9 +20,11 @@
{% endfor %} - - - - + {% if not is_default %} + + + {% else %} +

Note: This is a default grading system. You cannot change this.

+ {% endif %} -- cgit