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(