Skip to content

Commit

Permalink
feat(dev): user's requests (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugena committed Jul 10, 2023
1 parent 839a00b commit f372c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acesta/user/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ def request_user(self, obj):
else ""
)

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


@admin.register(Support)
Expand Down

0 comments on commit f372c53

Please sign in to comment.