.
This commit is contained in:
@@ -146,6 +146,9 @@ class AnatomyQuestion(QuestionBase):
|
||||
a.answer, exams, self.modality, self.structure
|
||||
)
|
||||
|
||||
def get_link(self):
|
||||
return format_html("<a href='{}'>{}</a>", self.get_absolute_url(), self)
|
||||
|
||||
def get_absolute_url(self):
|
||||
return reverse("anatomy:question_detail", kwargs={"pk": self.pk})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user