membershipworks: Hide actual URL field in EventExt admin

This commit is contained in:
Adam Goldsmith 2024-01-02 19:21:48 -05:00
parent fbdfb47e60
commit 8827a77c0c

View File

@ -122,6 +122,7 @@ class EventAdmin(admin.ModelAdmin):
show_facets = admin.ShowFacets.ALWAYS
search_fields = ["eid", "title", "url"]
date_hierarchy = "start"
exclude = ["url"]
@property
def readonly_fields(self):