Refactor self-review display logic and enhance user answer feedback in collection templates; improve form serialization for timeout handling
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user