in src/wagtail_localize_smartling/viewsets.py [0:0]
def user_has_permission(self, user, action): if action in ["add", "change"]: return False return super().user_has_permission(user, action)