summaryrefslogtreecommitdiff
path: root/grades/templates/add_grades.html
diff options
context:
space:
mode:
authorPalaparthy Adityachandra2020-04-02 11:22:02 +0530
committerGitHub2020-04-02 11:22:02 +0530
commit34b72832775c48788bd5154227a3e0faf6affadd (patch)
treeaaabded820ed573dd7b58e9b5071bf9fad907316 /grades/templates/add_grades.html
parent193326ebc49d40acf80552c8fe46db481a67d534 (diff)
parent957222b17cd80859158df06ed4c8f2d3b83f2873 (diff)
downloadonline_test-34b72832775c48788bd5154227a3e0faf6affadd.tar.gz
online_test-34b72832775c48788bd5154227a3e0faf6affadd.tar.bz2
online_test-34b72832775c48788bd5154227a3e0faf6affadd.zip
Merge pull request #673 from adityacp/fix_course_design_workflow
Fix UI/UX for creating course modules, lessons, quizzes
Diffstat (limited to 'grades/templates/add_grades.html')
-rw-r--r--grades/templates/add_grades.html18
1 files changed, 3 insertions, 15 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>