Skip to content

Commit

Permalink
fix tasks_type when registering
Browse files Browse the repository at this point in the history
  • Loading branch information
d2avids committed Jul 28, 2024
1 parent c585814 commit 4f6e38f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/users/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class User(AbstractUser):
verbose_name='Формат занятий',
max_length=20,
choices=EXERCISE_CHOICES,
default=INDIVIDUAL,
)
data_processing_agreement = models.BooleanField(
verbose_name='согласие на обработку личных данных и '
Expand Down

0 comments on commit 4f6e38f

Please sign in to comment.