diff options
author | adityacp | 2018-03-21 17:43:26 +0530 |
---|---|---|
committer | adityacp | 2018-03-21 17:43:26 +0530 |
commit | e1c1d0d0d6ae170d3ce9966b98ec6d03ff35c062 (patch) | |
tree | 5ec513db397aa57934cc9682b822f7c2d48689ab /grades | |
parent | 65c368a1360a83c2b10458ec61a4b74d9ac8e9f5 (diff) | |
download | online_test-e1c1d0d0d6ae170d3ce9966b98ec6d03ff35c062.tar.gz online_test-e1c1d0d0d6ae170d3ce9966b98ec6d03ff35c062.tar.bz2 online_test-e1c1d0d0d6ae170d3ce9966b98ec6d03ff35c062.zip |
Move Grading systems from navbar to Courses sidebar
Diffstat (limited to 'grades')
-rw-r--r-- | grades/templates/add_grades.html | 3 | ||||
-rw-r--r-- | grades/templates/grading_systems.html | 1 |
2 files changed, 3 insertions, 1 deletions
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 %} <html> -<a href="{% url 'grades:grading_systems'%}" class="btn btn-primary"> Back to Grading Systems </a> +<a href="{% url 'grades:grading_systems'%}" class="btn btn-danger"> Back to Grading Systems </a> +<br><br> <p><b>Note: For grade range lower limit is inclusive and upper limit is exclusive</b></p> <br> {% 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 %} <html> <a href="{% url 'grades:add_grade' %}" class="btn btn-primary"> Add a Grading System </a> + <a href="{% url 'yaksh:courses' %}" class="btn btn-danger"> Back to Courses </a> <br><br> <b> Available Grading Systems: </b> <table class="table"> |