Get SignupForm email content from frontend
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@ class SignupForm(models.Model):
|
||||
schema = JSONField()
|
||||
visible = models.BooleanField(default=True)
|
||||
quota = models.PositiveIntegerField(blank=True, null=True)
|
||||
email_content = models.TextField()
|
||||
email_content = models.TextField(blank=True)
|
||||
|
||||
def __str__(self):
|
||||
return _('#{} {}').format(self.id, self.title)
|
||||
|
||||
Reference in New Issue
Block a user