summaryrefslogtreecommitdiff
path: root/grades
diff options
context:
space:
mode:
authoradityacp2020-03-28 16:59:10 +0530
committeradityacp2020-03-28 16:59:10 +0530
commitb835440b1e2ca0059e95b6848cb87cc5724ee967 (patch)
tree9442718781c94d7c2be113283b297620f6f91fd2 /grades
parente8573822d3ed25306d5d2faf946633f2c17997b0 (diff)
downloadonline_test-b835440b1e2ca0059e95b6848cb87cc5724ee967.tar.gz
online_test-b835440b1e2ca0059e95b6848cb87cc5724ee967.tar.bz2
online_test-b835440b1e2ca0059e95b6848cb87cc5724ee967.zip
Fix workflow for creating modules, lessons, quizzes
Diffstat (limited to 'grades')
-rw-r--r--grades/templates/add_grades.html18
-rw-r--r--grades/templates/grading_systems.html18
2 files changed, 6 insertions, 30 deletions
diff --git a/grades/templates/add_grades.html b/grades/templates/add_grades.html
index f53a337..198eb4b 100644
--- a/grades/templates/add_grades.html
+++ b/grades/templates/add_grades.html
@@ -17,22 +17,10 @@
Add/Edit Course
</a>
</li>
- <li class="nav-item dropdown hide">
- <a class="nav-link dropdown-toggle active" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="true">More</a>
- <div class="dropdown-menu hide" x-placement="bottom-start" style="position: absolute; transform: translate3d(0px, 37px, 0px); top: 0px; left: 0px; will-change: transform;">
- <a class="dropdown-item" href="{% url 'yaksh:show_all_quizzes' %}">
- View Quizzes
- </a>
- <a class="dropdown-item" href="{% url 'yaksh:show_all_lessons' %}">
- View Lessons
- </a>
- <a class="dropdown-item" href="{% url 'yaksh:show_all_modules' %}">
- View Modules
- </a>
- <a href="{% url 'grades:grading_systems'%}" class="dropdown-item active" >
- View Grading Systems
+ <li class="nav-item">
+ <a href="{% url 'grades:grading_systems'%}" class="active nav-link" >
+ Add/View Grading Systems
</a>
- </div>
</li>
</ul>
</div>
diff --git a/grades/templates/grading_systems.html b/grades/templates/grading_systems.html
index 88adfa0..46b3d30 100644
--- a/grades/templates/grading_systems.html
+++ b/grades/templates/grading_systems.html
@@ -16,22 +16,10 @@
Add/Edit Course
</a>
</li>
- <li class="nav-item dropdown hide">
- <a class="nav-link dropdown-toggle active" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="true">More</a>
- <div class="dropdown-menu hide" x-placement="bottom-start" style="position: absolute; transform: translate3d(0px, 37px, 0px); top: 0px; left: 0px; will-change: transform;">
- <a class="dropdown-item" href="{% url 'yaksh:show_all_quizzes' %}">
- View Quizzes
- </a>
- <a class="dropdown-item" href="{% url 'yaksh:show_all_lessons' %}">
- View Lessons
- </a>
- <a class="dropdown-item" href="{% url 'yaksh:show_all_modules' %}">
- View Modules
- </a>
- <a href="{% url 'grades:grading_systems'%}" class="dropdown-item active" >
- View Grading Systems
+ <li class="nav-item">
+ <a href="{% url 'grades:grading_systems'%}" class="active nav-link" >
+ Add/View Grading Systems
</a>
- </div>
</li>
</ul>
</div>