$def with (course,errors,saved) $# $# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for $# more information about the licensing of this file. $# $var title: $:course.get_name() - Settings $var Column: $:template_helper.call('course_admin_menu',course=course,current='settings') $def NavbarF(): $var Navbar: $:NavbarF()

Course settings

$if errors is not None: $for error in errors: $elif saved:


$ at = course.get_accessibility(False)



$ at = course.get_registration_accessibility()
$ allow_unregister = course.allow_unregister(False)