Merge pull request #626 from pateljannat/ins-notes-changes

feat: editor js for instructor notes
This commit is contained in:
Jannat Patel
2023-09-28 11:32:00 +05:30
committed by GitHub
9 changed files with 185 additions and 150 deletions
+2
View File
@@ -172,6 +172,7 @@
{% macro CourseList(courses) %}
{% if courses | length or is_moderator %}
<div class="batch-course-list">
<div class="flex align-center">
@@ -215,6 +216,7 @@
</div>
{% endif %}
</div>
{% endif %}
{% endmacro %}