From 606475e1b78d9a3349523383c80e9b83c5aa00ea Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 3 May 2021 19:21:38 +0100 Subject: [PATCH] . --- rapids/models.py | 2 +- rapids/templates/rapids/question_display_block.html | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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: +
\ No newline at end of file