Replace counter-arguments with possible answers and unify search inputs.
Models, AI assistant, and UI now show diskussionsfertige Antworten without titles; shared search partial fixes aria-label rendering. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ def category_detail(request, slug):
|
||||
def claim_detail(request, slug):
|
||||
claim = get_object_or_404(
|
||||
Claim.objects.select_related('category').prefetch_related(
|
||||
'tags', 'sources', 'counter_arguments', 'evidence_files'
|
||||
'tags', 'sources', 'possible_answers', 'evidence_files'
|
||||
),
|
||||
slug=slug,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user