show event uuid in admin
This commit is contained in:
parent
8b239e1812
commit
9fce167c7c
|
@ -134,7 +134,7 @@ class EventAdmin(admin.ModelAdmin):
|
|||
|
||||
inlines = [SpeakerInline]
|
||||
|
||||
readonly_fields = ["proposal"]
|
||||
readonly_fields = ["uuid", "proposal"]
|
||||
|
||||
|
||||
@admin.register(UrlType)
|
||||
|
|
Loading…
Reference in a new issue