Switch to generic notes
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user