This commit is contained in:
Ross
2021-12-15 19:04:13 +00:00
parent c69403b0ce
commit 98d5bab4a7
+1
View File
@@ -446,6 +446,7 @@ class CidUserAnswer(models.Model):
max_length=1,
choices=Answer.MarkOptions.choices,
default=Answer.MarkOptions.UNMARKED,
blank=True
)
def __str__(self):