a few fixes on comments
This commit is contained in:
@@ -891,7 +891,7 @@ class WorkoutComment(models.Model):
|
||||
comment = models.TextField(max_length=300)
|
||||
created = models.DateTimeField(default=timezone.now)
|
||||
read = models.BooleanField(default=False)
|
||||
notification = models.BooleanField(default=False,verbose_name="Send me notifications")
|
||||
notification = models.BooleanField(default=True,verbose_name="Subscribe to new comment notifications")
|
||||
user = models.ForeignKey(User)
|
||||
workout = models.ForeignKey(Workout)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user