feat: show notifications from logs

This commit is contained in:
Jannat Patel
2022-09-27 18:13:46 +05:30
parent a6156ec863
commit a291d73828
11 changed files with 129 additions and 47 deletions

View File

@@ -74,7 +74,7 @@
<!-- Edit Button -->
{% if (is_instructor or has_course_moderator_role()) and not lesson.edit_mode %}
<button class="button is-default button-links ml-auto btn-edit"> {{ _("Edit") }} </button>
<button class="button is-default button-links ml-2 btn-edit"> {{ _("Edit") }} </button>
{% endif %}
</div>