fix: renamed dashboard stats to LMS Statistics

This commit is contained in:
Jannat Patel
2022-09-30 10:51:51 +05:30
parent f653871e3a
commit 26dd2935d7
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 %}