Switch to generic notes

This commit is contained in:
Ross
2021-09-09 18:06:13 +01:00
parent d4180a48d3
commit f6f4407cf8
16 changed files with 4 additions and 171 deletions
+1
View File
@@ -143,6 +143,7 @@ class QuestionNote(models.Model):
return "{}: {} [{}] {} / {}".format(self.content_type, self.get_author_str(), self.created_on, self.note_type, self.note)
def get_absolute_url(self):
# TODO: return to question if logged in
return "/"
def get_object_url(self):