refactor: minor fixes
diff --git a/erpnext/www/lms/macros/card.html b/erpnext/www/lms/macros/card.html
index a0e4dab..213978f 100644
--- a/erpnext/www/lms/macros/card.html
+++ b/erpnext/www/lms/macros/card.html
@@ -11,7 +11,7 @@
 		{% endif %}
 		<div class='card-body'>
 			<h5 class='card-title'>{{ program.program_name }}</h5>
-			<div>{{ program.description }}</div>
+			<div>{{ program.description or '' }}</div>
 		</div>
 		<div class='card-footer'>
 			{% if has_access %} <span class="indicator green">Enrolled</span>