Show Hour building only at ATPL or DL (volo) students

This commit is contained in:
2025-12-05 17:58:51 +01:00
parent 84cf41535c
commit aeb3aa30ce
6 changed files with 42 additions and 6 deletions

View File

@@ -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):