.
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@ class Rapid(models.Model):
|
||||
blank=True,
|
||||
default=DEFAULT_SITE_ID,
|
||||
help_text=
|
||||
"If we know the source of the image (should possibly be removed?)")
|
||||
"If we know the source of the image")
|
||||
verified = models.BooleanField(default=False)
|
||||
created_date = models.DateTimeField(default=timezone.now)
|
||||
published_date = models.DateTimeField(blank=True, null=True)
|
||||
|
||||
Reference in New Issue
Block a user