summaryrefslogtreecommitdiff
path: root/public/app/views/templates/course.php
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-04-25 16:45:03 +0300
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-04-25 16:45:03 +0300
commitb594effb847b86fc6b1dae49d7948c46bba35e58 (patch)
tree8c5a090cf8746870521324797762bb0ff14c8ae5 /public/app/views/templates/course.php
parent65d07ba64d45c77d2db16272710ec5702b34d641 (diff)
downloadclassroom-b594effb847b86fc6b1dae49d7948c46bba35e58.tar.gz
classroom-b594effb847b86fc6b1dae49d7948c46bba35e58.tar.bz2
classroom-b594effb847b86fc6b1dae49d7948c46bba35e58.zip
alfa version; uploaded into test server (coder)
Diffstat (limited to 'public/app/views/templates/course.php')
-rw-r--r--public/app/views/templates/course.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/app/views/templates/course.php b/public/app/views/templates/course.php
index 9d42297..39e177f 100644
--- a/public/app/views/templates/course.php
+++ b/public/app/views/templates/course.php
@@ -63,7 +63,7 @@
////////////////////////////////////////////////////
Render::view("components/lessons_list", [
'lessons' => $lessons,
- 'fieldset' => ['intro'] // ['intro', 'date']
+ 'fieldset' => ['intro', 'level'] // ['intro', 'date']
]);
?>
<?php endif; ?>