This commit is contained in:
Ross
2021-01-18 16:44:16 +00:00
parent 3b34f09f0e
commit 7ff0205bc6
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -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)