.
This commit is contained in:
+2
-2
@@ -132,8 +132,8 @@ class AnatomyQuestion(models.Model):
|
||||
|
||||
def __str__(self):
|
||||
# Get first answer
|
||||
return "{}: {} [{}, {}]".format(
|
||||
self.question_type, self.get_primary_answer(), self.modality, self.structure
|
||||
return "{}/{}: {} [{}, {}]".format(
|
||||
self.pk, self.question_type, self.get_primary_answer(), self.modality, self.structure
|
||||
)
|
||||
# Get associated exams
|
||||
e = self.exams.all().values_list("name", flat=True)
|
||||
|
||||
Reference in New Issue
Block a user