diff options
author | adityacp | 2020-01-03 11:17:04 +0530 |
---|---|---|
committer | adityacp | 2020-01-03 11:17:04 +0530 |
commit | 664fa46ba041ebdc5912a3bf125056bbc52b1f95 (patch) | |
tree | 67e9c64e62906e8ad63e0e6e9f1324ce69da0fe0 /grades/templates/grading_systems.html | |
parent | 293e95bd0920d2f06058cf3ee4c0be3c2b3cf905 (diff) | |
download | online_test-664fa46ba041ebdc5912a3bf125056bbc52b1f95.tar.gz online_test-664fa46ba041ebdc5912a3bf125056bbc52b1f95.tar.bz2 online_test-664fa46ba041ebdc5912a3bf125056bbc52b1f95.zip |
Remove unncessary break html tags and add bootstrap custom file input
Diffstat (limited to 'grades/templates/grading_systems.html')
-rw-r--r-- | grades/templates/grading_systems.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grades/templates/grading_systems.html b/grades/templates/grading_systems.html index 8129c72..0b26e8e 100644 --- a/grades/templates/grading_systems.html +++ b/grades/templates/grading_systems.html @@ -1,8 +1,8 @@ {% extends "manage.html" %} {% block title %} View Grading Systems {% endblock %} +{% block pagetitle %} View Grading Systems {% endblock %} {% block main %} <html> - <br><br><br> <div class="row"> <div class="col-md-8"> <ul class="nav nav-pills" id="course_tabs"> |