diff --git a/webapp/web/templates/freemarker/body/partials/browse-classgroups.ftl b/webapp/web/templates/freemarker/body/partials/browse-classgroups.ftl index b2179fd93..ceec3903c 100644 --- a/webapp/web/templates/freemarker/body/partials/browse-classgroups.ftl +++ b/webapp/web/templates/freemarker/body/partials/browse-classgroups.ftl @@ -77,7 +77,7 @@ ${stylesheets.add(' --> -

There is currently no content in the system

+

There is currently no content in the system, or you need to create class groups and assign your classes to them.

<#if user.loggedIn> <#if user.hasSiteAdminAccess> diff --git a/webapp/web/templates/freemarker/body/partials/classgroups-checkForData.ftl b/webapp/web/templates/freemarker/body/partials/classgroups-checkForData.ftl index 19c32a771..51fe77fe2 100644 --- a/webapp/web/templates/freemarker/body/partials/classgroups-checkForData.ftl +++ b/webapp/web/templates/freemarker/body/partials/classgroups-checkForData.ftl @@ -28,7 +28,7 @@ -

There is currently no content in the system

+

There is currently no content in the system, or you need to create class groups and assign your classes to them.

<#if user.loggedIn && user.hasSiteAdminAccess>

You can add content and manage this site from the Site Administration page.