Templates: modified routing logic, added data attributes in template

Co-authored-by: Chinmay Pai <chinmaydpai@gmail.com>
diff --git a/erpnext/www/lms/index.html b/erpnext/www/lms/index.html
index 1974d4f..444bbde 100644
--- a/erpnext/www/lms/index.html
+++ b/erpnext/www/lms/index.html
@@ -13,7 +13,7 @@
 	<div class="card">
 		<img src="{{ hero_image }}" style='height: 150px'>
 		<div class='card-body'>
-			<a href="/lms/program?code={{ code }}">
+			<a href="/lms/program?program={{ code }}">
 				<h5 class='card-title'>{{ program_name }}</h5>
 			</a>
 			<div>{{ description }}</div>