more cid user anatomy testing
This commit is contained in:
+6
-6
@@ -423,12 +423,12 @@ class QuestionNote(models.Model):
|
||||
return f"{self.note_type} - {self.note}"
|
||||
|
||||
EXAM_TYPES = (
|
||||
("Physics", "physics_exams"),
|
||||
("Rapids", "rapid_exams"),
|
||||
("SBAs", "sba_exams"),
|
||||
("Anatomy", "anatomy_exams"),
|
||||
("Longs", "longs_exams"),
|
||||
("CaseCollection", "casecollection_exams"),
|
||||
("physics", "physics_exams"),
|
||||
("rapids", "rapid_exams"),
|
||||
("sbas", "sba_exams"),
|
||||
("anatomy", "anatomy_exams"),
|
||||
("longs", "longs_exams"),
|
||||
("casecollection", "casecollection_exams"),
|
||||
)
|
||||
|
||||
class CidUser(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user