From 3328359ba4679a087069515a189c748f650c4205 Mon Sep 17 00:00:00 2001 From: Anand Chitipothu Date: Tue, 30 Nov 2021 13:44:58 +0530 Subject: [PATCH] style: "manage the course" button Issue #271 --- school/www/courses/course.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/school/www/courses/course.html b/school/www/courses/course.html index e457ee58..9b169569 100644 --- a/school/www/courses/course.html +++ b/school/www/courses/course.html @@ -72,8 +72,9 @@ {% endif %} {% if course.is_cohort_staff(frappe.session.user) %} - + Manage the course {% endif %}