Remove ambiguous evidence level field from claims and the AI assistant.
Drops Evidenzlevel from models, admin, public UI, and draft workflow while keeping Nachweise file uploads unchanged. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -73,7 +73,6 @@ class ReviewDraftForm(forms.ModelForm):
|
||||
'claim_status',
|
||||
'short_answer',
|
||||
'detailed_explanation',
|
||||
'evidence_level',
|
||||
'new_category_name',
|
||||
'new_category_description',
|
||||
'new_category_icon',
|
||||
@@ -83,7 +82,6 @@ class ReviewDraftForm(forms.ModelForm):
|
||||
'claim_status': forms.Select(attrs={'class': 'form-select'}),
|
||||
'short_answer': forms.Textarea(attrs={'class': 'form-control', 'rows': 4}),
|
||||
'detailed_explanation': forms.Textarea(attrs={'class': 'form-control', 'rows': 6}),
|
||||
'evidence_level': forms.Select(attrs={'class': 'form-select'}),
|
||||
'new_category_name': forms.TextInput(attrs={'class': 'form-control'}),
|
||||
'new_category_description': forms.Textarea(attrs={'class': 'form-control', 'rows': 2}),
|
||||
'new_category_icon': forms.TextInput(attrs={'class': 'form-control', 'placeholder': 'bi-book'}),
|
||||
|
||||
Reference in New Issue
Block a user