Skip to content

Commit

Permalink
Siae: allow SiaeUserRequest delete cascade
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Aug 29, 2024
1 parent 980f383 commit 263c168
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lemarche/siaes/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,9 +716,6 @@ def has_add_permission(self, request):
def has_change_permission(self, request, obj=None):
return False

def has_delete_permission(self, request, obj=None):
return False

def parent_transactional_send_logs_count_with_link(self, obj):
url = (
reverse("admin:conversations_templatetransactionalsendlog_changelist")
Expand Down

0 comments on commit 263c168

Please sign in to comment.