Skip to content

Commit

Permalink
feat(access): Add a notes field to teams
Browse files Browse the repository at this point in the history
!21 #13
  • Loading branch information
jon-nfc committed Jun 11, 2024
1 parent ca8e0c0 commit 85bf1b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/access/forms/team.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class Meta:
fields = [
'name',
'permissions',
'model_notes',
]


Expand Down

0 comments on commit 85bf1b9

Please sign in to comment.