From 4d85003126d2b86dd29f677509fc32c34026d029 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 9 Sep 2021 18:07:25 +0100 Subject: [PATCH] . --- rapids/models.py | 2 +- rapids/templates/rapids/question_display_block.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rapids/models.py b/rapids/models.py index cb66f911..36fe4140 100644 --- a/rapids/models.py +++ b/rapids/models.py @@ -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): diff --git a/rapids/templates/rapids/question_display_block.html b/rapids/templates/rapids/question_display_block.html index bd47796d..e9912669 100755 --- a/rapids/templates/rapids/question_display_block.html +++ b/rapids/templates/rapids/question_display_block.html @@ -60,7 +60,7 @@ {% if view_feedback %} Notes: