accidental delete

This commit is contained in:
Ross
2020-12-01 23:57:28 +00:00
parent 7ad24a4fe6
commit 92f2c0fdbc
+3
View File
@@ -209,6 +209,9 @@ class Exam(models.Model):
active = models.BooleanField(help_text="If an exam should be available",
default=True)
recreate_json = models.BooleanField(help_text="If the json cache needs updating",
default=False)
def __str__(self):
return self.name