This commit is contained in:
Ross
2021-09-26 09:15:22 +01:00
parent b0584d3685
commit 9cefbda6c8
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -426,6 +426,9 @@ class CidUserAnswer(models.Model):
self.answer_compare = s
def get_absolute_url(self):
return reverse('anatomy:user_answer_view', args=(self.pk))
# def get_compare_string(self):
# # strip here should be unneccasry (providing clean is now working)
# s = self.answer.lower().strip()