From 4b6ffd455913f28fa4e1949eac342494b64dec73 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 16 Dec 2024 12:35:37 +0000 Subject: [PATCH] . --- oef/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oef/views.py b/oef/views.py index 21471187..63477b5c 100644 --- a/oef/views.py +++ b/oef/views.py @@ -283,7 +283,7 @@ def questions(request): except Formats.MultipleObjectsReturned: format = Formats.objects.filter(format=question) - return HttpResponse(f"Multiple formats found for {question} [{",".join([f.name for f in format])}]") + return HttpResponse(f"Multiple (duplicate) formats found [{",".join([f.name for f in format])}]") questions_and_formats.append((question, format)) return render(