diff options
author | Palaparthy Adityachandra | 2020-04-02 11:22:02 +0530 |
---|---|---|
committer | GitHub | 2020-04-02 11:22:02 +0530 |
commit | 34b72832775c48788bd5154227a3e0faf6affadd (patch) | |
tree | aaabded820ed573dd7b58e9b5071bf9fad907316 /grades/templates/add_grades.html | |
parent | 193326ebc49d40acf80552c8fe46db481a67d534 (diff) | |
parent | 957222b17cd80859158df06ed4c8f2d3b83f2873 (diff) | |
download | online_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.html | 18 |
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> |