Merge pull request #382 from pateljannat/lms-statistics

This commit is contained in:
Jannat Patel
2022-09-30 11:17:32 +05:30
committed by GitHub
6 changed files with 2 additions and 2 deletions

View File

@@ -1 +0,0 @@
{% include "lms/templates/dashboard_stats.html" %}

View File

@@ -0,0 +1 @@
{% include "lms/templates/statistics.html" %}

View File

@@ -162,7 +162,7 @@
{% set slug = title.lower().replace(" ", "-") %}
<div class="tab-content">
<div class="tab-pane fade py-4 show active" role="tabpanel" id="slug">
{{ tab.render() }}
{{ tab.render() }}
</div>
</div>
{% endfor %}