From fca319fefcd2a0e476415968b18873b0c791a5fe Mon Sep 17 00:00:00 2001 From: adityacp Date: Mon, 1 Feb 2021 17:38:00 +0530 Subject: Change templates and models - Remove unwanted model manager methods - Minor UI refactor for course and question interface --- grades/templates/add_grades.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'grades/templates/add_grades.html') diff --git a/grades/templates/add_grades.html b/grades/templates/add_grades.html index c7006a9..29da212 100644 --- a/grades/templates/add_grades.html +++ b/grades/templates/add_grades.html @@ -7,8 +7,8 @@ {% endblock %} -{% block main %} - +{% block content %} +

+
View Grading Systems @@ -89,7 +90,6 @@ {{ hidden }} {% endfor %} Grade Range {{forloop.counter}}. -
{% for field in form.visible_fields %}
@@ -100,7 +100,6 @@
{% endfor %}
-
{% endfor %}
@@ -114,5 +113,6 @@ {% endif %}

- +
+ {% endblock %} -- cgit