From d642d4906801df836ecefa92544786f07b08dc77 Mon Sep 17 00:00:00 2001 From: manojvaghela Date: Thu, 19 Mar 2020 14:51:02 +0530 Subject: button tag changed to attribute tag --- yaksh/templates/yaksh/courses.html | 4 ++-- yaksh/templates/yaksh/lessons.html | 4 ++-- yaksh/templates/yaksh/modules.html | 4 ++-- yaksh/templates/yaksh/quizzes.html | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/yaksh/templates/yaksh/courses.html b/yaksh/templates/yaksh/courses.html index cc4c69f..c890b86 100644 --- a/yaksh/templates/yaksh/courses.html +++ b/yaksh/templates/yaksh/courses.html @@ -78,9 +78,9 @@
- + diff --git a/yaksh/templates/yaksh/lessons.html b/yaksh/templates/yaksh/lessons.html index c806d26..d75e3e0 100644 --- a/yaksh/templates/yaksh/lessons.html +++ b/yaksh/templates/yaksh/lessons.html @@ -66,9 +66,9 @@
- + diff --git a/yaksh/templates/yaksh/modules.html b/yaksh/templates/yaksh/modules.html index 610960c..f98be9d 100644 --- a/yaksh/templates/yaksh/modules.html +++ b/yaksh/templates/yaksh/modules.html @@ -67,9 +67,9 @@
- + diff --git a/yaksh/templates/yaksh/quizzes.html b/yaksh/templates/yaksh/quizzes.html index 7532940..d374404 100644 --- a/yaksh/templates/yaksh/quizzes.html +++ b/yaksh/templates/yaksh/quizzes.html @@ -70,9 +70,9 @@
- + -- cgit