diff --git a/rapids/models.py b/rapids/models.py index 8747e01a..3a8ef844 100644 --- a/rapids/models.py +++ b/rapids/models.py @@ -179,7 +179,7 @@ class Rapid(models.Model): help_text="If a question should be freely available to browse", default=True ) - question_note = GenericRelation(QuestionNote) + anon_notes = GenericRelation(QuestionNote) def get_absolute_url(self): diff --git a/rapids/templates/rapids/question_display_block.html b/rapids/templates/rapids/question_display_block.html index 077743a9..5ed0628c 100755 --- a/rapids/templates/rapids/question_display_block.html +++ b/rapids/templates/rapids/question_display_block.html @@ -43,6 +43,14 @@ {% endfor %} + Anon Notes: +