club facultatif pour un role lors du changement dans l'interface admin

This commit is contained in:
bleizi 2023-06-22 14:52:11 +02:00
parent 30afa6da0a
commit 2839d3de1e
No known key found for this signature in database
GPG Key ID: D46D7E3364433208
1 changed files with 1 additions and 0 deletions

View File

@ -339,6 +339,7 @@ class Role(models.Model):
"member.Club",
verbose_name=_("for club"),
on_delete=models.PROTECT,
blank=True,
null=True,
default=None,
)