empty state for discussion

This commit is contained in:
Jannat Patel
2021-11-02 18:27:52 +05:30
parent f1692763d3
commit 6f96da74c7
2 changed files with 4 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
{% set site_name = frappe.db.get_single_value("System Settings", "app_name") %}
<div class="empty-state">
<div class="course-home-headings text-center mb-0" style="color: inherit;">You haven't enrolled for any courses</div>
<p class="text-center mb-8">Here are a few courses we recommend for you to get started with {{ site_name }}</p>
<p class="small text-center mb-8">Here are a few courses we recommend for you to get started with {{ site_name }}</p>
{% set recommended_courses = [course1, course2, course3] %}
<div class="cards-parent">
{% for recommended_course in recommended_courses %}