refactor: added enrolled status to program card
diff --git a/erpnext/www/lms/index.html b/erpnext/www/lms/index.html
index ba3034c..6661e22 100644
--- a/erpnext/www/lms/index.html
+++ b/erpnext/www/lms/index.html
@@ -46,7 +46,7 @@
 	<div class='container'>
 		<div class="row mt-5">
 			{% for program in featured_programs %}
-				{{ program_card(program) }}
+				{{ program_card(program.program, program.has_access) }}
 			{% endfor %}
 		</div>
 		<p class='mt-4'>