.
This commit is contained in:
@@ -446,6 +446,7 @@ class CidUserAnswer(models.Model):
|
|||||||
max_length=1,
|
max_length=1,
|
||||||
choices=Answer.MarkOptions.choices,
|
choices=Answer.MarkOptions.choices,
|
||||||
default=Answer.MarkOptions.UNMARKED,
|
default=Answer.MarkOptions.UNMARKED,
|
||||||
|
blank=True
|
||||||
)
|
)
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user