Show Hour building only at ATPL or DL (volo) students
This commit is contained in:
@@ -8,6 +8,7 @@ class CourseTypes(models.TextChoices):
|
||||
PPL = "PPL", _("PPL")
|
||||
ATPL = "ATPL", _("ATPL")
|
||||
DISTANCE = "DL", _("DISTANCE")
|
||||
DISTANCE_VOLO = "DL_VOLO", _("DISTANCE_VOLO")
|
||||
OTHER = "OTHER",_("OTHER")
|
||||
|
||||
class Course(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user