This commit is contained in:
Ross
2021-09-09 18:07:25 +01:00
parent 803dbf8750
commit 4d85003126
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ class Rapid(models.Model):
help_text="If a question should be freely available to browse", default=True
)
anon_notes = GenericRelation(QuestionNote)
notes = GenericRelation(QuestionNote)
def get_absolute_url(self):