Skip to content

Commit

Permalink
feature: в модель ambassador добавлена возможность выбора курса обуче…
Browse files Browse the repository at this point in the history
…ния в ЯП
  • Loading branch information
yan-gabala committed Mar 2, 2024
1 parent 3cfca18 commit 93b2b53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crm_yandex/ambassadors/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class Ambassador(models.Model):
)
course = models.CharField(
max_length=Limits.NAME_MAX_LEN.value,
choices=COURSE_CHOICES,
verbose_name='Курс'
)
country = models.CharField(
Expand Down

0 comments on commit 93b2b53

Please sign in to comment.