Eventplanner
- cleaned up urls - permissions
This commit is contained in:
@@ -10,7 +10,7 @@ class EventParticipationInline(admin.TabularInline):
|
||||
has_add_permission = lambda self, req : False
|
||||
has_delete_permission = lambda self, req, obj : False
|
||||
|
||||
template = "custom_tabular.html"
|
||||
template = "custom_tabular.html"
|
||||
|
||||
|
||||
class EventAdmin(admin.ModelAdmin):
|
||||
|
||||
Reference in New Issue
Block a user