Skip to content
Snippets Groups Projects
Commit 3e183e70 authored by srosse's avatar srosse
Browse files

OO-1068: fix unavailable start button message in details page of course for guests

parent d783dae9
No related branches found
No related tags found
No related merge requests found
......@@ -86,8 +86,9 @@
</ul>
</div>
#end
$r.render("start")
#if($r.available("start"))
$r.render("start")
#end
</div>
#if(!$guestOnly)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment