From b85f92de8d9f49b07bc6d41ac3147cca8877b1f9 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Wed, 31 Jul 2013 11:29:00 -0400 Subject: [PATCH] Studio: wraps new course creation form in authorship rights logic --- cms/templates/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cms/templates/index.html b/cms/templates/index.html index 5280e2ed96..59f54fe6ab 100644 --- a/cms/templates/index.html +++ b/cms/templates/index.html @@ -79,7 +79,8 @@ %endif -
+ % if course_creator_status=='granted': +
-
+ % endif %if len(courses) > 0: