From 8f740d70e0aba654c1e4a75fb0a48bf4bb325dde Mon Sep 17 00:00:00 2001 From: Anand Chitipothu Date: Mon, 13 Dec 2021 21:30:19 +0530 Subject: [PATCH] fix: broken link to the course on join page --- school/www/cohorts/join.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/school/www/cohorts/join.html b/school/www/cohorts/join.html index a31ecc63..34b55c2e 100644 --- a/school/www/cohorts/join.html +++ b/school/www/cohorts/join.html @@ -30,7 +30,7 @@ {% elif subgroup.has_student(frappe.session.user) %}

You are already a student of this course.

- Go to the course + Start Learning →
{% elif subgroup.has_join_request(frappe.session.user) %}