membershipworks: Hide actual URL field in EventExt admin
This commit is contained in:
parent
fbdfb47e60
commit
8827a77c0c
@ -122,6 +122,7 @@ class EventAdmin(admin.ModelAdmin):
|
|||||||
show_facets = admin.ShowFacets.ALWAYS
|
show_facets = admin.ShowFacets.ALWAYS
|
||||||
search_fields = ["eid", "title", "url"]
|
search_fields = ["eid", "title", "url"]
|
||||||
date_hierarchy = "start"
|
date_hierarchy = "start"
|
||||||
|
exclude = ["url"]
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def readonly_fields(self):
|
def readonly_fields(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user