Organization tenancy and frontend #16

Merged
rixx merged 26 commits from 6-organizations into main 2025-03-21 12:32:53 +00:00
2 changed files with 7 additions and 4 deletions
Showing only changes of commit d10ba90b4d - Show all commits

View file

@ -19,6 +19,9 @@ class ProfileView(HtmxUpdateView):
fragments = ("user-email", "user-email-edit", "user-company", "user-company-edit")
model = User
def has_permission(self):
return True
def get_object(self):
return self.request.user