feat: notifications tab in dashboard
This commit is contained in:
0
lms/templates/notifications.html
Normal file
0
lms/templates/notifications.html
Normal file
@@ -26,6 +26,10 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link" data-toggle="tab" href="#notifications">{{ _("Notifications") }}
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<div class="border-bottom mb-4"></div>
|
<div class="border-bottom mb-4"></div>
|
||||||
@@ -39,6 +43,9 @@
|
|||||||
{% include "lms/templates/courses_created.html" %}
|
{% include "lms/templates/courses_created.html" %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<div class="tab-pane fade" id="notifications" role="tabpanel" aria-labelledby="notifications">
|
||||||
|
{% include "lms/templates/courses_created.html" %}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user