fix: miscellaneous
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
{% if batch.description %}
|
||||
{{ BatchDetails(batch.description) }}
|
||||
{% endif %}
|
||||
{{ MentorsSection(mentors, True) }}
|
||||
{{ MentorsSection(mentors, True, course.name) }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
@@ -43,4 +43,4 @@
|
||||
{{ frappe.utils.md_to_html(description) }}
|
||||
</div>
|
||||
</div>
|
||||
{% endmacro %}
|
||||
{% endmacro %}
|
||||
|
||||
Reference in New Issue
Block a user