feat: cohort description

This commit is contained in:
Jannat Patel
2024-02-05 23:06:26 +05:30
parent 3dad3580bb
commit ff1bd91223

View File

@@ -1,6 +1,11 @@
{% extends "www/cohorts/base.html" %} {% block title %} {{ _("Manage") }} {{
course.title }} {% endblock %} {% block page_content %}
<div class="course-home-headings">{{ cohort.title }}</div>
{% if cohort.description %}
<div>
{{ frappe.utils.md_to_html(cohort.description) }}
</div>
{% endif %}
<p>
{{ frappe.db.count("Cohort Subgroup", {"cohort": cohort.name}) }} {{