diff --git a/AKModel/admin.py b/AKModel/admin.py index 9c7a410a12ccf855ed38f75b2130f64e71ef6b4d..aed7621171fa90bc4cb55c50296d2c09cd3c7d13 100644 --- a/AKModel/admin.py +++ b/AKModel/admin.py @@ -35,6 +35,7 @@ class EventAdmin(admin.ModelAdmin): list_filter = ['active'] list_editable = ['active'] ordering = ['-start'] + readonly_fields = ['status_url'] def add_view(self, request, form_url='', extra_context=None): # Always use wizard to create new events (the built-in form wouldn't work anyways since the timezone cannot