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:
Pirmin Hinderling (fedora)
2026-07-07 22:50:53 +02:00
parent 28aab3b16a
commit 16428f2c16
19 changed files with 237 additions and 101 deletions
+1 -1
View File
@@ -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,
)