diff options
Diffstat (limited to 'grades/templates/grading_systems.html')
-rw-r--r-- | grades/templates/grading_systems.html | 1 |
1 files changed, 1 insertions, 0 deletions
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"> |