.
This commit is contained in:
+1
-1
@@ -123,4 +123,4 @@ class QuestionNote(models.Model):
|
||||
# return reverse('rapids:question_detail', kwargs={'pk': self.pk})
|
||||
|
||||
def __str__(self):
|
||||
return "{} [{}] {}".format(self.author, self.created_on, self.note_type, self.note)
|
||||
return "{} [{}] {} / {}".format(self.author, self.created_on, self.note_type, self.note)
|
||||
Reference in New Issue
Block a user