fix: discussion tab when there are no messages

- fixed the issue of not showing discussion tab when there are no messages
- fixed the error when the course page is visited by a guest user
This commit is contained in:
Anand Chitipothu
2021-04-14 06:41:54 +05:30
parent d38c64650e
commit 88888903ab
2 changed files with 65 additions and 59 deletions

View File

@@ -27,7 +27,7 @@
<a class="nav-link active" id="home-tab" data-toggle="tab" href="#home" role="tab" aria-controls="home"
aria-selected="true">Course Details</a>
</li>
{% if discussions %}
{% if current_batch %}
<li class="nav-item">
<a class="nav-link" id="discussions-tab" data-toggle="tab" href="#discussions" role="tab"
aria-controls="discussions" aria-selected="false">Discussions</a>