diff --git a/conservancy/usethesource/models.py b/conservancy/usethesource/models.py index 2edb1206fa10a10a3d0d8cc6a5fc1240ea1a2695..8de4e74ab5a9cc1b92f5ec8ca65354cb385d824a 100644 --- a/conservancy/usethesource/models.py +++ b/conservancy/usethesource/models.py @@ -22,6 +22,7 @@ class Candidate(models.Model): description = models.TextField(blank=True) source_url = models.URLField() binary_url = models.URLField(blank=True) + show_download_disclaimer = models.BooleanField(default=True) ordering = models.SmallIntegerField(default=0) email_message_id = models.CharField(max_length=255, default=gen_message_id)