Refactor self-review display logic and enhance user answer feedback in collection templates; improve form serialization for timeout handling

This commit is contained in:
Ross
2025-10-13 11:48:13 +01:00
parent 32d8430f94
commit ed4bd95955
3 changed files with 72 additions and 30 deletions
-1
View File
@@ -2833,7 +2833,6 @@ def collection_case_view_take(
or getattr(request, 'htmx', False)
)
if is_ajax:
from django.http import JsonResponse
return JsonResponse(
{
'status': 'ok',