Skip to content
Snippets Groups Projects
Commit 3771ca0d authored by Valentin Rigal's avatar Valentin Rigal
Browse files

Unalterable confidence fields in admin

parent 027fea39
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ class EventInline(admin.TabularInline):
class ClassificationInline(admin.TabularInline):
model = Classification
readonly_fields = ('confidence', 'high_confidence', )
class AllowedMetaDataAdmin(admin.ModelAdmin):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment