Skip to content

Commit

Permalink
Remove module 2 completion from user detail
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoest committed Jan 11, 2025
1 parent 14fb49c commit af054b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S1/connect/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
class UserDetail(models.Model):
user = models.OneToOneField(User, on_delete=models.CASCADE)
en_preferred = models.BooleanField(default=False)
module_2_completed = models.BooleanField(default=False)
subdivision = models.CharField(max_length=10, blank=True, null=True)
rating = models.IntegerField()

Expand Down

0 comments on commit af054b1

Please sign in to comment.