From 025ed5ec9b12b65620dc6970814d6fa9820ac35a Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 9 Sep 2021 17:20:00 +0100 Subject: [PATCH] . --- generic/templates/generic/questionnote_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/templates/generic/questionnote_form.html b/generic/templates/generic/questionnote_form.html index c9ef2ae6..64de7a8f 100755 --- a/generic/templates/generic/questionnote_form.html +++ b/generic/templates/generic/questionnote_form.html @@ -6,7 +6,7 @@ {% csrf_token %} {{ form.non_field_errors }} -{% if user %} +{% if user.is_authenticated %} User: {{user}} {% else %}