mirror of
https://github.com/frappe/lms.git
synced 2026-05-02 05:29:32 +03:00
fix: renamed dashboard stats to LMS Statistics
This commit is contained in:
@@ -1 +0,0 @@
|
||||
{% include "lms/templates/dashboard_stats.html" %}
|
||||
@@ -0,0 +1 @@
|
||||
{% include "lms/templates/statistics.html" %}
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user